DataLakeAnalyticsManagementClientExtensions.GetLongRunningOperationStatusAsync Method (IDataLakeAnalyticsManagementClient, String)
The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.
Namespace: Microsoft.Azure.Management.DataLake.Analytics
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
public static Task<AzureAsyncOperationResponse> GetLongRunningOperationStatusAsync(
this IDataLakeAnalyticsManagementClient operations,
string azureAsyncOperation
)
public:
[ExtensionAttribute]
static Task<AzureAsyncOperationResponse^>^ GetLongRunningOperationStatusAsync(
IDataLakeAnalyticsManagementClient^ operations,
String^ azureAsyncOperation
)
static member GetLongRunningOperationStatusAsync :
operations:IDataLakeAnalyticsManagementClient *
azureAsyncOperation:string -> Task<AzureAsyncOperationResponse>
<ExtensionAttribute>
Public Shared Function GetLongRunningOperationStatusAsync (
operations As IDataLakeAnalyticsManagementClient,
azureAsyncOperation As String
) As Task(Of AzureAsyncOperationResponse)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsManagementClientReference to the Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsManagementClient.
azureAsyncOperation
Type: System.StringRequired. Location value returned by the Begin operation.
Return Value
Type: System.Threading.Tasks.Task<AzureAsyncOperationResponse>
The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure.
See Also
DataLakeAnalyticsManagementClientExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top