Partager via


ApplicationGatewayProbeHealthResponseMatch.Body Propriété

Définition

Corps qui doit être contenu dans la réponse d’intégrité. La valeur par défaut est vide.

Pour affecter un objet à cette propriété, utilisez FromObjectAsJson<T>(T, JsonSerializerOptions).

Pour affecter une chaîne json déjà mise en forme à cette propriété, utilisez FromString(String).

Exemples :

  • BinaryData.FromObjectAsJson(« foo »)Crée une charge utile de « foo ».
  • BinaryData.FromString(« \"foo\" »)Crée une charge utile de « foo ».
  • BinaryData.FromObjectAsJson(new { key = « value » })Crée une charge utile de { « key »: « value » }.
  • BinaryData.FromString(« {\"key\ »: \"value\"} »)Crée une charge utile de { « key »: « value » }.

public BinaryData Body { get; set; }
member this.Body : BinaryData with get, set
Public Property Body As BinaryData

Valeur de propriété

S’applique à