StorageManagementClient Class

 

Represents a storage service management client.

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

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.WindowsAzure.Management.Storage.StorageManagementClient

Syntax

public class StorageManagementClient : ServiceClient<StorageManagementClient>, 
    IStorageManagementClient, IDisposable
public ref class StorageManagementClient : ServiceClient<StorageManagementClient^>, 
    IStorageManagementClient, IDisposable
type StorageManagementClient = 
    class
        inherit ServiceClient<StorageManagementClient>
        interface IStorageManagementClient
        interface IDisposable
    end
Public Class StorageManagementClient
    Inherits ServiceClient(Of StorageManagementClient)
    Implements IStorageManagementClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod StorageManagementClient()

Initializes a new instance of the StorageManagementClient class.

System_CAPS_pubmethod StorageManagementClient(HttpClient)

Initializes a new instance of the StorageManagementClient class.

System_CAPS_pubmethod StorageManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the StorageManagementClient class.

System_CAPS_pubmethod StorageManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the StorageManagementClient class.

System_CAPS_pubmethod StorageManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the StorageManagementClient class.

System_CAPS_pubmethod StorageManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the StorageManagementClient class.

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 an SubscriptionCloudCredentials object that specifies the subscription credentials.

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

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.

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<StorageManagementClient>)

Clones properties from current instance to another StorageManagementClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetOperationStatusAsync(String, CancellationToken)

Asynchronously retrieves the status of an operation.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

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.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Storage Namespace

Return to top