Uses of Interface
com.microsoft.azure.management.storage.StorageAccount.Update
Packages that use StorageAccount.Update
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of StorageAccount.Update in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return StorageAccount.UpdateModifier and TypeMethodDescriptionStorageAccount.UpdateStages.WithBlobAccess.disableBlobPublicAccess()
Disables blob public access.StorageAccount.UpdateStages.WithBlobAccess.enableBlobPublicAccess()
Allows blob public access, configured by individual containers.StorageAccount.UpdateStages.WithUpgrade.upgradeToGeneralPurposeAccountKindV2()
Specifies that the storage account should be upgraded to V2 kind.StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromAllNetworks()
Specifies that by default access to storage account should be allowed from all networks.StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromAzureServices()
Specifies that access to the storage account should be allowed from applications running on Microsoft Azure services.StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromIpAddress
(String ipAddress) Specifies that access to the storage account from a specific ip address should be allowed.StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromIpAddressRange
(String ipAddressCidr) Specifies that access to the storage account from a specific ip range should be allowed.StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromNetworkSubnet
(String subnetId) Specifies that access to the storage account from a specific virtual network subnet should be allowed.StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromSelectedNetworks()
Specifies that by default access to storage account should be denied from all networks except from those networks specified viaStorageAccount.UpdateStages.WithNetworkAccess.withAccessFromNetworkSubnet(String)
,StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromIpAddress(String)
andStorageAccount.UpdateStages.WithNetworkAccess.withAccessFromIpAddressRange(String)
.StorageAccount.UpdateStages.WithAccessTier.withAccessTier
(AccessTier accessTier) Specifies the access tier used for billing.StorageAccount.UpdateStages.WithNetworkAccess.withAzureFilesAadIntegrationEnabled
(boolean enabled) StorageAccount.UpdateStages.WithEncryption.withBlobEncryption()
Enables encryption for blob service.StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain
(CustomDomain customDomain) Specifies the user domain assigned to the storage account.StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain
(String name) Specifies the user domain assigned to the storage account.StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain
(String name, boolean useSubDomain) Specifies the user domain assigned to the storage account.StorageAccount.UpdateStages.WithEncryption.withEncryption()
Deprecated.StorageAccount.UpdateStages.WithEncryption.withEncryptionKeyFromKeyVault
(String keyVaultUri, String keyName, String keyVersion) Specifies the KeyVault key to be used as key for encryption.StorageAccount.UpdateStages.WithEncryption.withFileEncryption()
Enables encryption for file service.StorageAccount.UpdateStages.WithAccessTraffic.withHttpAndHttpsTraffic()
Specifies that both http and https traffic should be allowed to storage account.StorageAccount.UpdateStages.WithAccessTraffic.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Specifies the minimal TLS version for HTTPS traffic.StorageAccount.UpdateStages.WithAccessTraffic.withOnlyHttpsTraffic()
Specifies that only https traffic should be allowed to storage account.StorageAccount.UpdateStages.WithNetworkAccess.withoutAccessFromAzureServices()
Specifies that previously added access exception to the storage account from application running on azure should be removed.StorageAccount.UpdateStages.WithEncryption.withoutBlobEncryption()
Disables encryption for blob service.StorageAccount.UpdateStages.WithEncryption.withoutEncryption()
Deprecated.StorageAccount.UpdateStages.WithEncryption.withoutFileEncryption()
Disables encryption for file service.StorageAccount.UpdateStages.WithNetworkAccess.withoutIpAddressAccess
(String ipAddress) Specifies that previously allowed access from specific ip address should be removed.StorageAccount.UpdateStages.WithNetworkAccess.withoutIpAddressRangeAccess
(String ipAddressCidr) Specifies that previously allowed access from specific ip range should be removed.StorageAccount.UpdateStages.WithNetworkAccess.withoutNetworkSubnetAccess
(String subnetId) Specifies that previously allowed access from specific virtual network subnet should be removed.StorageAccount.UpdateStages.WithNetworkAccess.withoutReadAccessToLoggingFromAnyNetwork()
Specifies that previously added read access exception to the storage logging from any network should be removed.StorageAccount.UpdateStages.WithNetworkAccess.withoutReadAccessToMetricsFromAnyNetwork()
Specifies that previously added read access exception to the storage metrics from any network should be removed.StorageAccount.UpdateStages.WithNetworkAccess.withReadAccessToLogEntriesFromAnyNetwork()
Specifies that read access to the storage logging should be allowed from any network.StorageAccount.UpdateStages.WithNetworkAccess.withReadAccessToMetricsFromAnyNetwork()
Specifies that read access to the storage metrics should be allowed from any network.Deprecated.StorageAccount.UpdateStages.WithSku.withSku
(StorageAccountSkuType sku) Specifies the sku of the storage account.StorageAccount.UpdateStages.WithManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Specifies that implicit managed service identity (MSI) needs to be enabled.
StorageAccount.UpdateStages.WithEncryption.withBlobEncryption()
instead.