public interface StorageAccount extends GroupableResource<com.microsoft.azure.management.storage.implementation.StorageManager,com.microsoft.azure.management.storage.implementation.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>
Modifier and Type | Method and Description |
---|---|
AccessTier |
accessTier() |
com.microsoft.azure.management.storage.implementation.AccountStatuses |
accountStatuses() |
boolean |
canAccessFromAzureServices()
Checks storage account can be accessed from applications running on azure.
|
boolean |
canReadLogEntriesFromAnyNetwork()
Checks storage log entries can be read from any network.
|
boolean |
canReadMetricsFromAnyNetwork()
Checks storage metrics can be read from any network.
|
org.joda.time.DateTime |
creationTime() |
CustomDomain |
customDomain() |
Encryption |
encryption()
Deprecated.
use
encryptionKeySource() , encryptionStatuses() instead. |
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.
|
ServiceFuture<List<StorageAccountKey>> |
getKeysAsync(ServiceCallback<List<StorageAccountKey>> callback)
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
|
List<String> |
ipAddressesWithAccess() |
List<String> |
ipAddressRangesWithAccess() |
boolean |
isAccessAllowedFromAllNetworks() |
boolean |
isAzureFilesAadIntegrationEnabled()
Checks whether Aad Integration is enabled for files on this storage account.
|
boolean |
isHnsEnabled()
Checks whether Hns is enabled on this storage account.
|
Kind |
kind() |
org.joda.time.DateTime |
lastGeoFailoverTime() |
List<String> |
networkSubnetsWithAccess() |
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.
|
ServiceFuture<List<StorageAccountKey>> |
regenerateKeyAsync(String keyName,
ServiceCallback<List<StorageAccountKey>> callback)
Regenerates the access keys for this storage account asynchronously.
|
Sku |
sku()
Deprecated.
use
skuType() instead. |
StorageAccountSkuType |
skuType() |
String |
systemAssignedManagedServiceIdentityPrincipalId() |
String |
systemAssignedManagedServiceIdentityTenantId() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
com.microsoft.azure.management.storage.implementation.AccountStatuses accountStatuses()
@Deprecated Sku sku()
skuType()
instead.@Beta(value=V1_5_0) StorageAccountSkuType skuType()
Kind kind()
org.joda.time.DateTime creationTime()
CustomDomain customDomain()
org.joda.time.DateTime lastGeoFailoverTime()
ProvisioningState provisioningState()
PublicEndpoints endPoints()
@Deprecated Encryption encryption()
encryptionKeySource()
, encryptionStatuses()
instead.StorageAccountEncryptionKeySource encryptionKeySource()
Map<StorageService,StorageAccountEncryptionStatus> encryptionStatuses()
AccessTier accessTier()
@Beta(value=V1_5_0) String systemAssignedManagedServiceIdentityTenantId()
@Beta(value=V1_5_0) String systemAssignedManagedServiceIdentityPrincipalId()
@Beta(value=V1_5_0) boolean isAccessAllowedFromAllNetworks()
@Beta(value=V1_5_0) List<String> networkSubnetsWithAccess()
@Beta(value=V1_5_0) List<String> ipAddressesWithAccess()
@Beta(value=V1_5_0) List<String> ipAddressRangesWithAccess()
@Beta(value=V1_5_0) boolean canReadLogEntriesFromAnyNetwork()
@Beta(value=V1_5_0) boolean canReadMetricsFromAnyNetwork()
@Beta(value=V1_5_0) boolean canAccessFromAzureServices()
@Beta boolean isAzureFilesAadIntegrationEnabled()
@Beta boolean isHnsEnabled()
List<StorageAccountKey> getKeys()
rx.Observable<List<StorageAccountKey>> getKeysAsync()
ServiceFuture<List<StorageAccountKey>> getKeysAsync(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 nameServiceFuture<List<StorageAccountKey>> regenerateKeyAsync(String keyName, ServiceCallback<List<StorageAccountKey>> callback)
keyName
- if the key namecallback
- the callback to call on success or failure, with access keys as parameter.Copyright © 2019. All rights reserved.