StorageAccount Interface
Implements
public interface StorageAccount
extends GroupableResource<com.microsoft.azure.management.storage.implementation.StorageManager,com.microsoft.azure.management.storage.implementation.StorageAccountInner>, Refreshable<StorageAccount>, Updatable<Update>
An immutable client-side representation of an Azure storage account.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Access |
accessTier() |
abstract com.microsoft.azure.management.storage.implementation.AccountStatuses | accountStatuses() |
abstract boolean |
canAccessFromAzureServices()
Checks storage account can be accessed from applications running on azure. |
abstract boolean |
canReadLogEntriesFromAnyNetwork()
Checks storage log entries can be read from any network. |
abstract boolean |
canReadMetricsFromAnyNetwork()
Checks storage metrics can be read from any network. |
abstract org.joda.time.DateTime | creationTime() |
abstract
Custom |
customDomain() |
abstract Encryption |
encryption()
Deprecated
use encryptionKeySource(), encryptionStatuses() instead.
|
abstract
Storage |
encryptionKeySource() |
abstract
java.util.Map<Storage |
encryptionStatuses() |
abstract
Public |
endPoints() |
abstract
java.util.List<Storage |
getKeys()
Fetch the up-to-date access keys from Azure for this storage account. |
abstract
rx.Observable<java.util.List<Storage |
getKeysAsync()
Fetch the up-to-date access keys from Azure for this storage account asynchronously. |
abstract
com.microsoft.rest.ServiceFuture<java.util.List<Storage |
getKeysAsync(ServiceCallback<List<StorageAccountKey>> callback)
Fetch the up-to-date access keys from Azure for this storage account asynchronously. |
abstract java.util.List<java.lang.String> | ipAddressRangesWithAccess() |
abstract java.util.List<java.lang.String> | ipAddressesWithAccess() |
abstract boolean | isAccessAllowedFromAllNetworks() |
abstract boolean |
isAzureFilesAadIntegrationEnabled()
Checks whether Aad Integration is enabled for files on this storage account. |
abstract boolean |
isBlobPublicAccessAllowed()
Checks whether blob public access is allowed. |
abstract boolean |
isHnsEnabled()
Checks whether Hns is enabled on this storage account. |
abstract boolean |
isHttpsTrafficOnly()
Checks whether storage account only allow HTTPS traffic. |
abstract boolean |
isLargeFileSharesEnabled()
Checks whether large file shares enabled on this storage account. |
abstract Kind | kind() |
abstract org.joda.time.DateTime | lastGeoFailoverTime() |
abstract
Minimum |
minimumTlsVersion() |
abstract java.util.List<java.lang.String> | networkSubnetsWithAccess() |
abstract
Provisioning |
provisioningState() |
abstract
java.util.List<Storage |
regenerateKey(String keyName)
Regenerates the access keys for this storage account. |
abstract
rx.Observable<java.util.List<Storage |
regenerateKeyAsync(String keyName)
Regenerates the access keys for this storage account asynchronously. |
abstract
com.microsoft.rest.ServiceFuture<java.util.List<Storage |
regenerateKeyAsync(String keyName, ServiceCallback<List<StorageAccountKey>> callback)
Regenerates the access keys for this storage account asynchronously. |
abstract Sku |
sku()
Deprecated
use skuType() instead.
|
abstract
Storage |
skuType() |
abstract java.lang.String | systemAssignedManagedServiceIdentityPrincipalId() |
abstract java.lang.String | systemAssignedManagedServiceIdentityTenantId() |
Method Details
accessTier
public abstract AccessTier accessTier()
Returns:
accountStatuses
public abstract AccountStatuses accountStatuses()
Returns:
canAccessFromAzureServices
public abstract boolean canAccessFromAzureServices()
Checks storage account can be accessed from applications running on azure.
Returns:
canReadLogEntriesFromAnyNetwork
public abstract boolean canReadLogEntriesFromAnyNetwork()
Checks storage log entries can be read from any network.
Returns:
canReadMetricsFromAnyNetwork
public abstract boolean canReadMetricsFromAnyNetwork()
Checks storage metrics can be read from any network.
Returns:
creationTime
public abstract DateTime creationTime()
Returns:
customDomain
public abstract CustomDomain customDomain()
Returns:
encryption
public abstract Encryption encryption()
Deprecated
Returns:
encryptionKeySource
public abstract StorageAccountEncryptionKeySource encryptionKeySource()
Returns:
encryptionStatuses
public abstract Map
Returns:
endPoints
public abstract PublicEndpoints endPoints()
Returns:
getKeys
public abstract List
Fetch the up-to-date access keys from Azure for this storage account.
Returns:
getKeysAsync
public abstract Observable> getKeysAsync()
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
Returns:
getKeysAsync
public abstract ServiceFuture> getKeysAsync(ServiceCallback
> callback)
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
Parameters:
Returns:
ipAddressRangesWithAccess
public abstract List
Returns:
ipAddressesWithAccess
public abstract List
Returns:
isAccessAllowedFromAllNetworks
public abstract boolean isAccessAllowedFromAllNetworks()
Returns:
isAzureFilesAadIntegrationEnabled
public abstract boolean isAzureFilesAadIntegrationEnabled()
Checks whether Aad Integration is enabled for files on this storage account.
Returns:
isBlobPublicAccessAllowed
public abstract boolean isBlobPublicAccessAllowed()
Checks whether blob public access is allowed.
Returns:
isHnsEnabled
public abstract boolean isHnsEnabled()
Checks whether Hns is enabled on this storage account.
Returns:
isHttpsTrafficOnly
public abstract boolean isHttpsTrafficOnly()
Checks whether storage account only allow HTTPS traffic.
Returns:
isLargeFileSharesEnabled
public abstract boolean isLargeFileSharesEnabled()
Checks whether large file shares enabled on this storage account.
Returns:
kind
public abstract Kind kind()
Returns:
lastGeoFailoverTime
public abstract DateTime lastGeoFailoverTime()
Returns:
minimumTlsVersion
public abstract MinimumTlsVersion minimumTlsVersion()
Returns:
networkSubnetsWithAccess
public abstract List
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Returns:
regenerateKey
public abstract List
Regenerates the access keys for this storage account.
Parameters:
Returns:
regenerateKeyAsync
public abstract Observable> regenerateKeyAsync(String keyName)
Regenerates the access keys for this storage account asynchronously.
Parameters:
Returns:
regenerateKeyAsync
public abstract ServiceFuture> regenerateKeyAsync(String keyName, ServiceCallback
> callback)
Regenerates the access keys for this storage account asynchronously.
Parameters:
Returns:
sku
public abstract Sku sku()
Deprecated
Returns:
skuType
public abstract StorageAccountSkuType skuType()
Returns:
systemAssignedManagedServiceIdentityPrincipalId
public abstract String systemAssignedManagedServiceIdentityPrincipalId()
Returns:
systemAssignedManagedServiceIdentityTenantId
public abstract String systemAssignedManagedServiceIdentityTenantId()
Returns:
Applies to
Azure SDK for Java