Interface StorageAccount.DefinitionStages.WithLargeFileShares
- All Known Subinterfaces:
StorageAccount.Definition, StorageAccount.DefinitionStages.WithCreate, StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithLargeFileShares
The stage of storage account definition allowing to specify whether large file shares will be enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithLargeFileShares(boolean enabled) Allow large file shares if sets to enabled.
-
Method Details