Interface StorageAccount.Update
-
- All Superinterfaces:
Appliable<StorageAccount>,Indexable,Resource.UpdateWithTags<StorageAccount.Update>,StorageAccount.UpdateStages.WithAccessTier,StorageAccount.UpdateStages.WithAccessTraffic,StorageAccount.UpdateStages.WithBlobAccess,StorageAccount.UpdateStages.WithCustomDomain,StorageAccount.UpdateStages.WithEncryption,StorageAccount.UpdateStages.WithManagedServiceIdentity,StorageAccount.UpdateStages.WithNetworkAccess,StorageAccount.UpdateStages.WithSku,StorageAccount.UpdateStages.WithUpgrade
- Enclosing interface:
- StorageAccount
public static interface StorageAccount.Update extends Appliable<StorageAccount>, StorageAccount.UpdateStages.WithSku, StorageAccount.UpdateStages.WithCustomDomain, StorageAccount.UpdateStages.WithEncryption, StorageAccount.UpdateStages.WithAccessTier, StorageAccount.UpdateStages.WithManagedServiceIdentity, StorageAccount.UpdateStages.WithAccessTraffic, StorageAccount.UpdateStages.WithNetworkAccess, StorageAccount.UpdateStages.WithUpgrade, StorageAccount.UpdateStages.WithBlobAccess, Resource.UpdateWithTags<StorageAccount.Update>
The template for a storage account update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithAccessTier
withAccessTier
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithAccessTraffic
withHttpAndHttpsTraffic, withMinimumTlsVersion, withOnlyHttpsTraffic
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithBlobAccess
disableBlobPublicAccess, disableSharedKeyAccess, enableBlobPublicAccess, enableSharedKeyAccess
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithCustomDomain
withCustomDomain, withCustomDomain, withCustomDomain
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithEncryption
withBlobEncryption, withEncryptionKeyFromKeyVault, withFileEncryption, withoutBlobEncryption, withoutFileEncryption
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithManagedServiceIdentity
withSystemAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithNetworkAccess
withAccessFromAllNetworks, withAccessFromAzureServices, withAccessFromIpAddress, withAccessFromIpAddressRange, withAccessFromNetworkSubnet, withAccessFromSelectedNetworks, withAzureFilesAadIntegrationEnabled, withoutAccessFromAzureServices, withoutIpAddressAccess, withoutIpAddressRangeAccess, withoutNetworkSubnetAccess, withoutReadAccessToLoggingFromAnyNetwork, withoutReadAccessToMetricsFromAnyNetwork, withReadAccessToLogEntriesFromAnyNetwork, withReadAccessToMetricsFromAnyNetwork
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.UpdateStages.WithUpgrade
upgradeToGeneralPurposeAccountKindV2
-
-