Interface StorageAccount.DefinitionStages.WithCreate
-
- 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.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,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithCreate extends Creatable<StorageAccount>, StorageAccount.DefinitionStages.WithSku, StorageAccount.DefinitionStages.WithBlobStorageAccountKind, StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind, StorageAccount.DefinitionStages.WithBlockBlobStorageAccountKind, StorageAccount.DefinitionStages.WithFileStorageAccountKind, StorageAccount.DefinitionStages.WithEncryption, StorageAccount.DefinitionStages.WithCustomDomain, StorageAccount.DefinitionStages.WithManagedServiceIdentity, StorageAccount.DefinitionStages.WithAccessTraffic, StorageAccount.DefinitionStages.WithNetworkAccess, StorageAccount.DefinitionStages.WithAzureFilesAadIntegration, StorageAccount.DefinitionStages.WithLargeFileShares, StorageAccount.DefinitionStages.WithHns, StorageAccount.DefinitionStages.WithBlobAccess, Resource.DefinitionWithTags<StorageAccount.DefinitionStages.WithCreate>
A storage account definition with sufficient inputs to create a new storage account in the cloud, but exposing additional optional inputs to specify.
-
-
Method Summary
-
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
-
-