Share via


ManagementGroupsCreateOrUpdateHeaders.AzureAsyncOperation Property

Definition

Gets or sets URL for checking the ongoing status of the operation. To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.

For more info: 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to