Interface StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithGeneralPurposeAccountKindThe stage of a storage account definition allowing to specify account kind as general purpose.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithGeneralPurposeAccountKind()Specifies the storage account kind to be "Storage", the kind for general purposes.StorageAccount.DefinitionStages.WithCreatewithGeneralPurposeAccountKindV2()Specifies the storage account kind to be "StorageV2", the kind for general purposes.
-
-
-
Method Detail
-
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
-
-