See: Description
| Interface | Description |
|---|---|
| StorageAccount |
An immutable client-side representation of an Azure storage account.
|
| StorageAccount.Definition |
Container interface for all the definitions that need to be implemented.
|
| StorageAccount.DefinitionStages |
Grouping of all the storage account definition stages.
|
| StorageAccount.DefinitionStages.Blank |
The first stage of the storage account definition.
|
| StorageAccount.DefinitionStages.WithBlobStorageAccountKind |
A storage account definition specifying the account kind to be blob.
|
| StorageAccount.DefinitionStages.WithCreate |
A storage account definition with sufficient inputs to create a new
storage account in the cloud, but exposing additional optional inputs to
specify.
|
| StorageAccount.DefinitionStages.WithCreateAndAccessTier |
A storage account definition allowing access tier to be set.
|
| StorageAccount.DefinitionStages.WithCustomDomain |
A storage account definition specifying a custom domain to associate with the account.
|
| StorageAccount.DefinitionStages.WithEncryption |
A storage account definition specifying encryption setting.
|
| StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind |
A storage account definition selecting the general purpose account kind.
|
| StorageAccount.DefinitionStages.WithGroup |
A storage account definition allowing resource group to be set.
|
| StorageAccount.DefinitionStages.WithSku |
A storage account definition allowing the sku to be set.
|
| StorageAccount.Update |
The template for a storage account update operation, containing all the settings that can be modified.
|
| StorageAccount.UpdateStages |
Grouping of all the storage account update stages.
|
| StorageAccount.UpdateStages.WithAccessTier |
A blob storage account update stage allowing access tier to be specified.
|
| StorageAccount.UpdateStages.WithCustomDomain |
A storage account update stage allowing to change the parameters.
|
| StorageAccount.UpdateStages.WithEncryption |
A storage account update allowing encryption to be specified.
|
| StorageAccount.UpdateStages.WithSku |
A storage account update stage allowing to change the parameters.
|
| StorageAccounts |
Entry point for storage accounts management API.
|
| StorageUsage |
An immutable client-side representation of an Azure storage resource usage info object.
|
| Usages |
Entry point for storage resource usage management API.
|
| Class | Description |
|---|---|
| CheckNameAvailabilityResult |
The
StorageAccounts.checkNameAvailability(java.lang.String) action result. |
| CustomDomain |
The custom domain assigned to this storage account.
|
| Encryption |
The encryption settings on the account.
|
| EncryptionService |
An encrypted service.
|
| EncryptionServices |
The encrypted services.
|
| Endpoints |
The URIs that are used to perform a retrieval of a public blob, queue or
table object.
|
| PublicEndpoints |
An instance of this class stores the The URIs associated with a storage
account that are used to perform a retrieval of a public blob, queue or
table object.
|
| Sku |
The SKU of the storage account.
|
| StorageAccountCheckNameAvailabilityParameters |
The StorageAccountCheckNameAvailabilityParameters model.
|
| StorageAccountKey |
An access key for the storage account.
|
| StorageAccountRegenerateKeyParameters |
The StorageAccountRegenerateKeyParameters model.
|
| UsageName |
The Usage Names.
|
| Enum | Description |
|---|---|
| AccessTier |
Defines values for AccessTier.
|
| AccountStatus |
Defines values for AccountStatus.
|
| KeyPermission |
Defines values for KeyPermission.
|
| Kind |
Defines values for Kind.
|
| ProvisioningState |
Defines values for ProvisioningState.
|
| Reason |
Defines values for Reason.
|
| SkuName |
Defines values for SkuName.
|
| SkuTier |
Defines values for SkuTier.
|
| UsageUnit |
Defines values for UsageUnit.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/