次の方法で共有


ManagementGroupsDeleteHeaders.AzureAsyncOperation プロパティ

定義

操作の進行中の状態を確認するための URL を取得または設定します。 非同期操作の状態を取得するには、Azure-AsyncOperation ヘッダーの値の URL に GET 要求を送信します。

詳細については、以下を参照してください。 https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations

[Newtonsoft.Json.JsonProperty(PropertyName="Azure-AsyncOperation")]
public string AzureAsyncOperation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Azure-AsyncOperation")>]
member this.AzureAsyncOperation : string with get, set
Public Property AzureAsyncOperation As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象