public interface StorageAccount extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.storage.implementation.StorageManager,com.microsoft.azure.management.storage.implementation.StorageAccountInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<StorageAccount>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<StorageAccount.Update>
| 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() |
StorageAccountEncryptionKeySource |
encryptionKeySource() |
Map<StorageService,StorageAccountEncryptionStatus> |
encryptionStatuses() |
PublicEndpoints |
endPoints() |
List<StorageAccountKey> |
getKeys()
Fetch the up-to-date access keys from Azure for this storage account.
|
rx.Observable<List<StorageAccountKey>> |
getKeysAsync()
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
|
com.microsoft.rest.ServiceFuture<List<StorageAccountKey>> |
getKeysAsync(com.microsoft.rest.ServiceCallback<List<StorageAccountKey>> callback)
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
|
Kind |
kind() |
org.joda.time.DateTime |
lastGeoFailoverTime() |
ProvisioningState |
provisioningState() |
List<StorageAccountKey> |
regenerateKey(String keyName)
Regenerates the access keys for this storage account.
|
rx.Observable<List<StorageAccountKey>> |
regenerateKeyAsync(String keyName)
Regenerates the access keys for this storage account asynchronously.
|
com.microsoft.rest.ServiceFuture<List<StorageAccountKey>> |
regenerateKeyAsync(String keyName,
com.microsoft.rest.ServiceCallback<List<StorageAccountKey>> callback)
Regenerates the access keys for this storage account asynchronously.
|
Sku |
sku() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnercom.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()
@Beta(value=V1_2_0) StorageAccountEncryptionKeySource encryptionKeySource()
@Beta(value=V1_2_0) Map<StorageService,StorageAccountEncryptionStatus> encryptionStatuses()
AccessTier accessTier()
List<StorageAccountKey> getKeys()
rx.Observable<List<StorageAccountKey>> getKeysAsync()
com.microsoft.rest.ServiceFuture<List<StorageAccountKey>> getKeysAsync(com.microsoft.rest.ServiceCallback<List<StorageAccountKey>> callback)
callback - the callback to call on success or failure, with access keys as parameter.List<StorageAccountKey> regenerateKey(String keyName)
keyName - if the key namerx.Observable<List<StorageAccountKey>> regenerateKeyAsync(String keyName)
keyName - if the key namecom.microsoft.rest.ServiceFuture<List<StorageAccountKey>> regenerateKeyAsync(String keyName, com.microsoft.rest.ServiceCallback<List<StorageAccountKey>> callback)
keyName - if the key namecallback - the callback to call on success or failure, with access keys as parameter./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/