public interface StorageAccount extends GroupableResource<StorageManager,StorageAccountInner>, Refreshable<StorageAccount>, 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.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncAccountStatuses accountStatuses()
StorageAccountSkuType skuType()
Kind kind()
OffsetDateTime creationTime()
CustomDomain customDomain()
OffsetDateTime lastGeoFailoverTime()
ProvisioningState provisioningState()
PublicEndpoints endPoints()
StorageAccountEncryptionKeySource encryptionKeySource()
Map<StorageService,StorageAccountEncryptionStatus> encryptionStatuses()
AccessTier accessTier()
String systemAssignedManagedServiceIdentityTenantId()
String systemAssignedManagedServiceIdentityPrincipalId()
boolean isAccessAllowedFromAllNetworks()
List<String> networkSubnetsWithAccess()
List<String> ipAddressesWithAccess()
List<String> ipAddressRangesWithAccess()
boolean canReadLogEntriesFromAnyNetwork()
boolean canReadMetricsFromAnyNetwork()
boolean canAccessFromAzureServices()
boolean isAzureFilesAadIntegrationEnabled()
boolean isHnsEnabled()
boolean isLargeFileSharesEnabled()
List<StorageAccountKey> getKeys()
Mono<List<StorageAccountKey>> getKeysAsync()
List<StorageAccountKey> regenerateKey(String keyName)
keyName - if the key nameMono<List<StorageAccountKey>> regenerateKeyAsync(String keyName)
keyName - if the key nameCopyright © 2020 Microsoft Corporation. All rights reserved.