共用方式為


StorageAccountOperationsExtensions.Get Method

Definition

The Get Storage Account Properties operation returns system properties for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460802.aspx for more information)

public static Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountGetResponse Get (this Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations operations, string accountName);
static member Get : Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations * string -> Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountGetResponse
<Extension()>
Public Function Get (operations As IStorageAccountOperations, accountName As String) As StorageAccountGetResponse

Parameters

operations
IStorageAccountOperations

Reference to the Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations.

accountName
String

Required. Name of the storage account to get properties for.

Returns

The Get Storage Account Properties operation response.

Applies to