IStorageManagementClient Interface

 

Represents the interface for operations that are used to manage a storage client.

Namespace:   Microsoft.WindowsAzure.Management.Storage
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Public Interface IStorageManagementClient
	Inherits IDisposable

NameDescription
System_CAPS_pubpropertyApiVersion

Gets the API version.

System_CAPS_pubpropertyBaseUri

Gets or sets the URI that is used as the base for all Service Management requests.

System_CAPS_pubpropertyCredentials

Gets or sets the client credentials.

System_CAPS_pubpropertyLongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubpropertyLongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubpropertyStorageAccounts

Gets the storage accounts.

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetOperationStatusAsync(String, CancellationToken)

Asynchronously retrieves the status of an operation.

NameDescription
System_CAPS_pubmethodGetOperationStatus(String)

Retrieves the status of an operation.(Defined by StorageManagementClientExtensions.)

System_CAPS_pubmethodGetOperationStatusAsync(String)

Asynchronously retrieves the status of an operation.(Defined by StorageManagementClientExtensions.)

Return to top
Show: