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