StorageManagementClientExtensions::GetOperationStatus Method (IStorageManagementClient^, String^)
Retrieves the status of an operation.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
public: [ExtensionAttribute] static OperationStatusResponse^ GetOperationStatus( IStorageManagementClient^ operations, String^ requestId )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Storage::IStorageManagementClient^
The IStorageAccountOperations object that specifies the storage account operations.
- requestId
-
Type:
System::String^
The request ID.
Return Value
Type: Microsoft.Azure::OperationStatusResponse^The T:Microsoft.WindowsAzure.Management.Storage.Models.StorageOperationStatusResponse object that contains the status of the operation.
If the asynchronous operation succeeds, the response includes the HTTP status code for the successful request. If the asynchronous operation failed, the response includes the HTTP status code for the failed request, and also includes error information about the failure.
Show: