StorageAccountGetResponse.StorageAccount Property
Optional. The requested storage account.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Syntax
public StorageAccount StorageAccount { get; set; }
public:
property StorageAccount^ StorageAccount {
StorageAccount^ get();
void set(StorageAccount^ value);
}
member StorageAccount : StorageAccount with get, set
Public Property StorageAccount As StorageAccount
Property Value
Type: Microsoft.WindowsAzure.Management.Storage.Models.StorageAccount
See Also
StorageAccountGetResponse Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace
Return to top