Interface StorageAccount.DefinitionStages.WithCreateAndAccessTier
-
- All Superinterfaces:
Creatable<StorageAccount>,HasName,Indexable,Resource.DefinitionWithTags<StorageAccount.DefinitionStages.WithCreate>,StorageAccount.DefinitionStages.WithAccessTraffic,StorageAccount.DefinitionStages.WithAzureFilesAadIntegration,StorageAccount.DefinitionStages.WithBlobAccess,StorageAccount.DefinitionStages.WithBlobStorageAccountKind,StorageAccount.DefinitionStages.WithBlockBlobStorageAccountKind,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCustomDomain,StorageAccount.DefinitionStages.WithEncryption,StorageAccount.DefinitionStages.WithFileStorageAccountKind,StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind,StorageAccount.DefinitionStages.WithHns,StorageAccount.DefinitionStages.WithLargeFileShares,StorageAccount.DefinitionStages.WithManagedServiceIdentity,StorageAccount.DefinitionStages.WithNetworkAccess,StorageAccount.DefinitionStages.WithSku
- All Known Subinterfaces:
StorageAccount.Definition
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithCreateAndAccessTier extends StorageAccount.DefinitionStages.WithCreate
The stage of storage account definition allowing to set access tier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithAccessTier(AccessTier accessTier)Specifies the access tier used for billing.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithAccessTraffic
withHttpAndHttpsTraffic, withMinimumTlsVersion, withOnlyHttpsTraffic
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithAzureFilesAadIntegration
withAzureFilesAadIntegrationEnabled
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithBlobAccess
disableBlobPublicAccess, disableSharedKeyAccess
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithBlobStorageAccountKind
withBlobStorageAccountKind
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithBlockBlobStorageAccountKind
withBlockBlobStorageAccountKind
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithCustomDomain
withCustomDomain, withCustomDomain, withCustomDomain
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithEncryption
withBlobEncryption, withEncryptionKeyFromKeyVault, withFileEncryption, withInfrastructureEncryption, withoutBlobEncryption, withoutFileEncryption, withQueueAccountScopedEncryptionKey, withTableAccountScopedEncryptionKey
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithFileStorageAccountKind
withFileStorageAccountKind
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind
withGeneralPurposeAccountKind, withGeneralPurposeAccountKindV2
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithHns
withHnsEnabled
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithLargeFileShares
withLargeFileShares
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithManagedServiceIdentity
withSystemAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithNetworkAccess
withAccessFromAllNetworks, withAccessFromAzureServices, withAccessFromIpAddress, withAccessFromIpAddressRange, withAccessFromNetworkSubnet, withAccessFromSelectedNetworks, withReadAccessToLogEntriesFromAnyNetwork, withReadAccessToMetricsFromAnyNetwork
-
Methods inherited from interface com.azure.resourcemanager.storage.models.StorageAccount.DefinitionStages.WithSku
withSku
-
-
-
-
Method Detail
-
withAccessTier
StorageAccount.DefinitionStages.WithCreate withAccessTier(AccessTier accessTier)
Specifies the access tier used for billing.Access tier cannot be changed more than once every 7 days (168 hours). Access tier cannot be set for StandardLRS, StandardGRS, StandardRAGRS, or PremiumLRS account types.
- Parameters:
accessTier- the access tier value- Returns:
- the next stage of storage account definition
-
-