IStorageManagementClient Interface
Represents the interface for operations that are used to manage a storage client.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
| Name | Description | |
|---|---|---|
![]() | ApiVersion | Gets the API version. |
![]() | BaseUri | Gets or sets the URI that is used as the base for all Service Management requests. |
![]() | Credentials | Gets or sets the client credentials. |
![]() | LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
![]() | LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
![]() | StorageAccounts | Gets the storage accounts. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetOperationStatusAsync(String, CancellationToken) | Asynchronously retrieves the status of an operation. |
| Name | Description | |
|---|---|---|
![]() | GetOperationStatus(String) | Retrieves the status of an operation.(Defined by StorageManagementClientExtensions.) |
![]() | GetOperationStatusAsync(String) | Asynchronously retrieves the status of an operation.(Defined by StorageManagementClientExtensions.) |
Show:

