StorageManagementClient.StorageAccounts Property
Gets the storage accounts.
Namespace: Microsoft.WindowsAzure.Management.Storage
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Syntax
public virtual IStorageAccountOperations StorageAccounts { get; }
public:
property IStorageAccountOperations^ StorageAccounts {
virtual IStorageAccountOperations^ get();
}
abstract StorageAccounts : IStorageAccountOperations with get
override StorageAccounts : IStorageAccountOperations with get
Public Overridable ReadOnly Property StorageAccounts As IStorageAccountOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations
The storage accounts.
Implements
IStorageManagementClient.StorageAccounts
See Also
StorageManagementClient Class
Microsoft.WindowsAzure.Management.Storage Namespace
Return to top