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)

Syntax

public interface IStorageManagementClient : IDisposable
public interface class IStorageManagementClient : IDisposable
type IStorageManagementClient = 
    interface
        interface IDisposable
    end
Public Interface IStorageManagementClient
    Inherits IDisposable

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty BaseUri

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

System_CAPS_pubproperty Credentials

Gets or sets the client credentials.

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty StorageAccounts

Gets the storage accounts.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod GetOperationStatusAsync(String, CancellationToken)

Asynchronously retrieves the status of an operation.

Extension Methods

Name Description
System_CAPS_pubmethod GetOperationStatus(String)

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

System_CAPS_pubmethod GetOperationStatusAsync(String)

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

See Also

Microsoft.WindowsAzure.Management.Storage Namespace

Return to top