Método StorageAccountOperationsExtensions.Get
Retrieves information about a storage account.
Namespace: Microsoft.WindowsAzure.Management.Storage
Assembly: Microsoft.WindowsAzure.Management.Storage (em Microsoft.WindowsAzure.Management.Storage.dll)
Uso
'Uso
Dim operations As IStorageAccountOperations
Dim accountName As String
Dim returnValue As StorageAccountGetResponse
returnValue = StorageAccountOperationsExtensions.Get(operations, accountName)
Sintaxe
'Declaração
<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
Parâmetros
- operations
The IStorageAccountOperations object that specifies the storage account operations.
- serviceName
Name of the storage account for which information should be retrieved.
Valor de retorno
The StorageServiceGetResponse that contains the information about the storage account.
Comentários
For more information about retrieving information about a storage account, see the following resources:
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe StorageAccountOperationsExtensions
Membros StorageAccountOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Storage