StorageAccountOperationsExtensions.Get Method

Retrieves information about a storage account.

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

Usage

'Usage
Dim operations As IStorageAccountOperations
Dim accountName As String
Dim returnValue As StorageAccountGetResponse

returnValue = StorageAccountOperationsExtensions.Get(operations, accountName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Get ( _
    operations As IStorageAccountOperations, _
    accountName As String _
) As StorageAccountGetResponse
[ExtensionAttribute] 
public static StorageAccountGetResponse Get (
    IStorageAccountOperations operations,
    string accountName
)
[ExtensionAttribute] 
public:
static StorageAccountGetResponse^ Get (
    IStorageAccountOperations^ operations, 
    String^ accountName
)
/** @attribute ExtensionAttribute() */ 
public static StorageAccountGetResponse Get (
    IStorageAccountOperations operations, 
    String accountName
)
ExtensionAttribute 
public static function Get (
    operations : IStorageAccountOperations, 
    accountName : String
) : StorageAccountGetResponse

Parameters

  • serviceName
    Name of the storage account for which information should be retrieved.

Return Value

The StorageServiceGetResponse that contains the information about the storage account.

Remarks

For more information about retrieving information about a storage account, see the following resources:

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StorageAccountOperationsExtensions Class
StorageAccountOperationsExtensions Members
Microsoft.WindowsAzure.Management.Storage Namespace