ManagementGroupsCreateOrUpdateHeaders.Location 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’URL pour déterminer quand une opération est terminée. Envoyez une requête GET à l’URL dans l’en-tête Location. L’URI doit retourner un 202 jusqu’à ce que l’opération atteigne un état terminal et 200 une fois qu’elle a atteint un état terminal.
Pour plus d’informations : https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
[Newtonsoft.Json.JsonProperty(PropertyName="Location")]
public string Location { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Location")>]
member this.Location : string with get, set
Public Property Location As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET