IStorageManager Interface

Definition

Entry point to Azure storage resource management.

public interface IStorageManager : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.IStorageManagementClient>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.Storage.Fluent.IStorageManagementClient>
type IStorageManager = interface
    interface IManager<IStorageManagementClient>
    interface IHasInner<IStorageManagementClient>
    interface IManagerBase
Public Interface IStorageManager
Implements IHasInner(Of IStorageManagementClient), IManager(Of IStorageManagementClient)
Derived
Implements

Properties

BlobContainers

Gets the storage blob container management API entry point

BlobServices

Gets the storage blob service management API entry point

Inner (Inherited from IHasInner<T>)
ManagementPolicies

Gets the storage management policy management API entry point

ResourceManager (Inherited from IManagerBase)
RestClient (Inherited from IManager<InnerT>)
StorageAccounts

Gets the storage resource management API entry point.

StorageSkus

Gets the storage service SKU management API entry point

SubscriptionId (Inherited from IManagerBase)
Usages

Gets the storage resource usage management API entry point.

Applies to