PoolExistsHeaders.ETag Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’en-tête de réponse HTTP ETag. Il s’agit d’une chaîne opaque. Vous pouvez l’utiliser pour détecter si la ressource a changé entre les requêtes. En particulier, vous pouvez passer l’ETag à l’un des en-têtes If-Modified-Since, If-Unmodified-Since, If-Match ou If-None-Match.
[Newtonsoft.Json.JsonProperty(PropertyName="ETag")]
public string ETag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ETag")>]
member this.ETag : string with get, set
Public Property ETag As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET