共用方式為


StorageManagementClient Class

Definition

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

public class StorageManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.Storage.StorageManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.Storage.IStorageManagementClient
type StorageManagementClient = class
    inherit ServiceClient<StorageManagementClient>
    interface IStorageManagementClient
    interface IDisposable
Public Class StorageManagementClient
Inherits ServiceClient(Of StorageManagementClient)
Implements IDisposable, IStorageManagementClient
Inheritance
Hyak.Common.ServiceClient<StorageManagementClient>
StorageManagementClient
Implements

Constructors

StorageManagementClient()

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(HttpClient)

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the StorageManagementClient class.

StorageManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the StorageManagementClient class.

Properties

ApiVersion

Gets the API version.

BaseUri

Gets the URI used as the base for all cloud service requests.

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

StorageAccounts

The Service Management API includes operations for managing the storage accounts beneath your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460790.aspx for more information)

Methods

Clone(ServiceClient<StorageManagementClient>)

Clones properties from current instance to another StorageManagementClient instance

GetOperationStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

Extension Methods

GetOperationStatus(IStorageManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

GetOperationStatusAsync(IStorageManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

Applies to