Interface StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind
The stage of a storage account definition allowing to specify account kind as general purpose.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the storage account kind to be "Storage", the kind for general purposes.Specifies the storage account kind to be "StorageV2", the kind for general purposes.
-
Method Details
-
withGeneralPurposeAccountKind
StorageAccount.DefinitionStages.WithCreate withGeneralPurposeAccountKind()Specifies the storage account kind to be "Storage", the kind for general purposes.- Returns:
- the next stage of storage account definition
-
withGeneralPurposeAccountKindV2
StorageAccount.DefinitionStages.WithCreate withGeneralPurposeAccountKindV2()Specifies the storage account kind to be "StorageV2", the kind for general purposes.- Returns:
- the next stage of storage account definition
-