你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementGroupsDeleteHeaders.Location 属性

定义

获取或设置用于确定操作何时完成的 URL。 将 GET 请求发送到 Location 标头中的 URL。 URI 应返回 202,直到操作达到终端状态;一旦达到终端状态,URI 应返回 200。

有关详细信息,请参阅: 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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于