ResourceManagementClientExtensions.GetLongRunningOperationStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Azure.Management.Resources.Models.LongRunningOperationResponse GetLongRunningOperationStatus (this Microsoft.Azure.Management.Resources.IResourceManagementClient operations, string operationStatusLink);
static member GetLongRunningOperationStatus : Microsoft.Azure.Management.Resources.IResourceManagementClient * string -> Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse
<Extension()>
Public Function GetLongRunningOperationStatus (operations As IResourceManagementClient, operationStatusLink As String) As LongRunningOperationResponse
Parameters
- operations
- IResourceManagementClient
Reference to the Microsoft.Azure.Management.Resources.IResourceManagementClient.
- operationStatusLink
- String
Required. Location value returned by the Begin operation.
Returns
A standard service response for long running operations.