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.
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static LongRunningOperationResultResponse GetOperationResultStatus(
this IAutomationManagementClient operations,
string operationStatusLink
)
public:
[ExtensionAttribute]
static LongRunningOperationResultResponse^ GetOperationResultStatus(
IAutomationManagementClient^ operations,
String^ operationStatusLink
)
static member GetOperationResultStatus :
operations:IAutomationManagementClient *
operationStatusLink:string -> LongRunningOperationResultResponse
<ExtensionAttribute>
Public Shared Function GetOperationResultStatus (
operations As IAutomationManagementClient,
operationStatusLink As String
) As LongRunningOperationResultResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClientReference to the Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.
operationStatusLink
Type: System.StringRequired. Location value returned by the Begin operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse
A standard service response for long running operations.
See Also
AutomationManagementClientExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top