AutomationManagementClientExtensions.GetOperationResultStatus Method

Definition

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.

public static Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse GetOperationResultStatus (this Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient operations, string operationStatusLink);
static member GetOperationResultStatus : Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient * string -> Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse
<Extension()>
Public Function GetOperationResultStatus (operations As IAutomationManagementClient, operationStatusLink As String) As LongRunningOperationResultResponse

Parameters

operations
IAutomationManagementClient

Reference to the Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.

operationStatusLink
String

Required. Location value returned by the Begin operation.

Returns

A standard service response for long running operations.

Applies to