StorageManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. storage. StorageManager
- com.
- com.
public final class StorageManager
extends Manager<StorageManagementClient>
Entry point to Azure storage resource management.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Storage |
static
Storage |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Storage |
Authorization |
authorizationManager()
Gets the authorization manager. |
Blob |
blobContainers()
Gets the API entry point of the blob container. |
Blob |
blobServices()
Gets the API entry point of the blob service. |
static Configurable |
configure()
Get a Configurable instance that can be used to create Storage |
Management |
managementPolicies()
Gets the API entry point of the management policy. |
Storage |
storageAccounts()
Gets the API entry point of the storage account. |
Storage |
storageSkus()
Gets the API entry point of the storage service SKU. |
Usages |
usages()
Gets the API entry point of the storage service usage. |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
authenticate
public static StorageManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of StorageManager that exposes storage resource management API entry points.
Parameters:
Returns:
authenticate
public static StorageManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of StorageManager that exposes storage resource management API entry points.
Parameters:
Returns:
authorizationManager
public AuthorizationManager authorizationManager()
Gets the authorization manager.
Returns:
blobContainers
public BlobContainers blobContainers()
Gets the API entry point of the blob container.
Returns:
blobServices
public BlobServices blobServices()
Gets the API entry point of the blob service.
Returns:
configure
public static StorageManager.Configurable configure()
Get a Configurable instance that can be used to create StorageManager with optional configuration.
Returns:
managementPolicies
public ManagementPolicies managementPolicies()
Gets the API entry point of the management policy.
Returns:
storageAccounts
public StorageAccounts storageAccounts()
Gets the API entry point of the storage account.
Returns:
storageSkus
public StorageSkus storageSkus()
Gets the API entry point of the storage service SKU.
Returns:
usages
public Usages usages()
Gets the API entry point of the storage service usage.
Returns:
Applies to
Azure SDK for Java