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.WithAccessTraffic |
The stage of storage account definition allowing to restrict access protocol.
|
| StorageAccount.DefinitionStages.WithBlobStorageAccountKind |
The stage of a storage account definition allowing to specify account kind as blob storage.
|
| 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 |
The stage of storage account definition allowing to set access tier.
|
| StorageAccount.DefinitionStages.WithCustomDomain |
The stage of a storage account definition allowing to associate custom domain with the account.
|
| StorageAccount.DefinitionStages.WithEncryption |
The stage of a storage account definition allowing to specify encryption settings.
|
| StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind |
The stage of a storage account definition allowing to specify account kind as general purpose.
|
| StorageAccount.DefinitionStages.WithGroup |
The stage of a storage account definition allowing to specify the resource group.
|
| StorageAccount.DefinitionStages.WithManagedServiceIdentity |
The stage of a storage account definition allowing to enable implicit managed service identity (MSI).
|
| StorageAccount.DefinitionStages.WithNetworkAccess |
The stage of storage account definition allowing to configure network access settings.
|
| StorageAccount.DefinitionStages.WithSku |
The stage of a storage account definition allowing to specify sku.
|
| 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.WithAccessTraffic |
The stage of the storage account update allowing to specify the protocol to be used to access account.
|
| StorageAccount.UpdateStages.WithCustomDomain |
The stage of the storage account update allowing to associate custom domain.
|
| StorageAccount.UpdateStages.WithEncryption |
The stage of the storage account update allowing to configure encryption settings.
|
| StorageAccount.UpdateStages.WithManagedServiceIdentity |
The stage of the storage account update allowing to enable managed service identity (MSI).
|
| StorageAccount.UpdateStages.WithNetworkAccess |
The stage of storage account update allowing to configure network access.
|
| StorageAccount.UpdateStages.WithSku |
The stage of the storage account update allowing to change the sku.
|
| StorageAccount.UpdateStages.WithUpgrade | |
| StorageAccountEncryptionStatus |
Type representing the encryption status of a storage service.
|
| StorageAccounts |
Entry point for storage accounts management API.
|
| StorageSku |
Type representing sku for an Azure storage resource.
|
| StorageSkus |
Entry point to storage service SKUs.
|
| 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 |
|---|---|
| Bypass |
Defines values for Bypass.
|
| CheckNameAvailabilityResult |
The
StorageAccounts.checkNameAvailability(java.lang.String) action result. |
| CustomDomain |
The custom domain assigned to this storage account.
|
| Dimension |
Dimension of blobs, possiblly be blob type or access tier.
|
| Encryption |
The encryption settings on the storage account.
|
| EncryptionService |
A service that allows server-side encryption to be used.
|
| EncryptionServices |
A list of services that support encryption.
|
| Endpoints |
The URIs that are used to perform a retrieval of a public blob, queue, or
table object.
|
| Identity |
Identity for the resource.
|
| IPRule |
IP rule with specific IP or IP range in CIDR format.
|
| KeySource |
Defines values for KeySource.
|
| KeyVaultProperties |
Properties of key vault.
|
| MetricSpecification |
Metric specification of operation.
|
| NetworkRuleSet |
Network rule set.
|
| OperationDisplay |
Display metadata associated with the operation.
|
| Permissions |
Defines values for Permissions.
|
| 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.
|
| ReasonCode |
Defines values for ReasonCode.
|
| Restriction |
The restriction because of which SKU cannot be used.
|
| Services |
Defines values for Services.
|
| ServiceSpecification |
One property of operation, include metric specifications.
|
| SignedResource |
Defines values for SignedResource.
|
| SignedResourceTypes |
Defines values for SignedResourceTypes.
|
| Sku |
The SKU of the storage account.
|
| SKUCapability |
The capability information in the specified sku, including file encryption,
network acls, change notification, etc.
|
| StorageAccountCheckNameAvailabilityParameters |
The parameters used to check the availabity of the storage account name.
|
| StorageAccountEncryptionKeySource |
Azure storage account encryption key sources.
|
| StorageAccountKey |
An access key for the storage account.
|
| StorageAccountRegenerateKeyParameters |
The parameters used to regenerate the storage account key.
|
| StorageAccountSkuType |
Defines sku values for storage account resource.
|
| StorageResourceType |
Storage resource types.
|
| StorageService |
Azure storage service types.
|
| UsageName |
The usage names that can be used; currently limited to StorageAccount.
|
| VirtualNetworkRule |
Virtual Network rule.
|
| Enum | Description |
|---|---|
| AccessTier |
Defines values for AccessTier.
|
| AccountStatus |
Defines values for AccountStatus.
|
| Action |
Defines values for Action.
|
| DefaultAction |
Defines values for DefaultAction.
|
| HttpProtocol |
Defines values for HttpProtocol.
|
| 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.
|
| State |
Defines values for State.
|
| 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.
*/