次の方法で共有


ManagementGroupsDeleteHeaders.Location プロパティ

定義

操作がいつ完了したかを判断するための URL を取得または設定します。 Location ヘッダーの URL に GET 要求を送信します。 URI は、操作が終了状態に達するまで 202 を返し、終了状態に達すると 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

適用対象