AutomationManagementClientExtensions.GetOperationResultStatus Method (IAutomationManagementClient, 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.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static LongRunningOperationResultResponse GetOperationResultStatus( this IAutomationManagementClient operations, string operationStatusLink )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient
Reference to the Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.
- operationStatusLink
-
Type:
System.String
Required. Location value returned by the Begin operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponseA standard service response for long running operations.
Show: