Interface StorageAccount.DefinitionStages.WithFileStorageAccountKind
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithFileStorageAccountKindThe stage of a storage account definition allowing to specify account kind as file storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithFileStorageAccountKind()Specifies the storage account kind to be "FileStorage".
-
-
-
Method Detail
-
withFileStorageAccountKind
StorageAccount.DefinitionStages.WithCreate withFileStorageAccountKind()
Specifies the storage account kind to be "FileStorage".- Returns:
- the next stage of storage account definition.
-
-