public interface StorageAccount extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<StorageAccount>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<StorageAccount.Update>, com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.storage.implementation.StorageAccountInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StorageAccount.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
StorageAccount.DefinitionStages
Grouping of all the storage account definition stages.
|
static interface |
StorageAccount.Update
The template for a storage account update operation, containing all the settings that can be modified.
|
static interface |
StorageAccount.UpdateStages
Grouping of all the storage account update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
AccessTier |
accessTier() |
com.microsoft.azure.management.storage.implementation.AccountStatuses |
accountStatuses() |
org.joda.time.DateTime |
creationTime() |
CustomDomain |
customDomain() |
Encryption |
encryption() |
PublicEndpoints |
endPoints() |
List<StorageAccountKey> |
getKeys()
Fetch the up-to-date access keys from Azure for this storage account.
|
Kind |
kind() |
org.joda.time.DateTime |
lastGeoFailoverTime() |
ProvisioningState |
provisioningState() |
List<StorageAccountKey> |
regenerateKey(String keyName)
Regenerates the access keys for this storage account.
|
Sku |
sku() |
resourceGroupNameid, name, region, regionName, tags, typekeyrefreshcom.microsoft.azure.management.storage.implementation.AccountStatuses accountStatuses()
Sku sku()
Kind kind()
org.joda.time.DateTime creationTime()
CustomDomain customDomain()
org.joda.time.DateTime lastGeoFailoverTime()
ProvisioningState provisioningState()
PublicEndpoints endPoints()
Encryption encryption()
AccessTier accessTier()
List<StorageAccountKey> getKeys()
List<StorageAccountKey> regenerateKey(String keyName)
keyName - if the key name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/