Share via


UpdateOperationResponse.AzureAsyncOperation Property

 

Optional. Users can perform a Get on Azure-AsyncOperation to get the status of their update(PUT/PATCH/DELETE) operations

Namespace:   Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

public string AzureAsyncOperation { get; set; }
public:
property String^ AzureAsyncOperation {
    String^ get();
    void set(String^ value);
}
member AzureAsyncOperation : string with get, set
Public Property AzureAsyncOperation As String

Property Value

Type: System.String

See Also

UpdateOperationResponse Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top