StorageAccount.Update |
StorageAccount.UpdateStages.WithBlobAccess.disableBlobPublicAccess() |
Disables blob public access.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithBlobAccess.disableSharedKeyAccess() |
Disables shared key access.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithBlobAccess.enableBlobPublicAccess() |
Allows blob public access, configured by individual containers.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithBlobAccess.enableSharedKeyAccess() |
Allows shared key access.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithUpgrade.upgradeToGeneralPurposeAccountKindV2() |
Specifies that the storage account should be upgraded to V2 kind.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromAllNetworks() |
Specifies that by default access to storage account should be allowed from all networks.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromAzureServices() |
Specifies that access to the storage account should be allowed from applications running on Microsoft
Azure services.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromIpAddress(String ipAddress) |
Specifies that access to the storage account from a specific ip address should be allowed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromIpAddressRange(String ipAddressCidr) |
Specifies that access to the storage account from a specific ip range should be allowed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromNetworkSubnet(String subnetId) |
Specifies that access to the storage account from a specific virtual network subnet should be allowed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAccessFromSelectedNetworks() |
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTier.withAccessTier(AccessTier accessTier) |
Specifies the access tier used for billing.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAzureFilesAadIntegrationEnabled(boolean enabled) |
Specifies whether Files AAD integration will be enabled or not.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withBlobEncryption() |
Deprecated.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain) |
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(String name) |
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(String name,
boolean useSubDomain) |
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withEncryptionKeyFromKeyVault(String keyVaultUri,
String keyName,
String keyVersion) |
Specifies the KeyVault key to be used as key for encryption.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withFileEncryption() |
Deprecated.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTraffic.withHttpAndHttpsTraffic() |
Specifies that both http and https traffic should be allowed to storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTraffic.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) |
Specifies the minimum TLS version for HTTPS traffic.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTraffic.withOnlyHttpsTraffic() |
Specifies that only https traffic should be allowed to storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withoutAccessFromAzureServices() |
Specifies that previously added access exception to the storage account from application running on azure
should be removed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withoutBlobEncryption() |
Deprecated.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withoutFileEncryption() |
Deprecated.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withoutIpAddressAccess(String ipAddress) |
Specifies that previously allowed access from specific ip address should be removed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withoutIpAddressRangeAccess(String ipAddressCidr) |
Specifies that previously allowed access from specific ip range should be removed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withoutNetworkSubnetAccess(String subnetId) |
Specifies that previously allowed access from specific virtual network subnet should be removed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withoutReadAccessToLoggingFromAnyNetwork() |
Specifies that previously added read access exception to the storage logging from any network should be
removed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withoutReadAccessToMetricsFromAnyNetwork() |
Specifies that previously added read access exception to the storage metrics from any network should be
removed.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withReadAccessToLogEntriesFromAnyNetwork() |
Specifies that read access to the storage logging should be allowed from any network.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withReadAccessToMetricsFromAnyNetwork() |
Specifies that read access to the storage metrics should be allowed from any network.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithSku.withSku(StorageAccountSkuType sku) |
Specifies the sku of the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithManagedServiceIdentity.withSystemAssignedManagedServiceIdentity() |
Specifies that implicit managed service identity (MSI) needs to be enabled.
|