Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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()
Specifies that by default access to storage account should be denied from
all networks except from those networks specified via
StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromNetworkSubnet(String) ,
StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromIpAddress(String) and
StorageAccount.DefinitionStages.WithNetworkAccess.withAccessFromIpAddressRange(String) . |
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTier.withAccessTier(AccessTier accessTier)
Specifies the access tier used for billing.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithNetworkAccess.withAzureFilesAadIntegrationEnabled(boolean enabled) |
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withBlobEncryption()
Enables encryption for blob service.
|
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.withEncryption()
Deprecated.
|
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()
Enables encryption for file service.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTraffic.withHttpAndHttpsTraffic()
Specifies that both http and https traffic should be allowed to storage account.
|
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()
Disables encryption for blob service.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withoutEncryption()
Deprecated.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withoutFileEncryption()
Disables encryption for file service.
|
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(SkuName skuName)
Deprecated.
|
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.
|
Copyright © 2019. All rights reserved.