Interface StorageAccount.DefinitionStages.WithLargeFileShares
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithLargeFileSharesThe stage of storage account definition allowing to specify whether large file shares will be enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithLargeFileShares(boolean enabled)Allow large file shares if sets to enabled.
-
-
-
Method Detail
-
withLargeFileShares
StorageAccount.DefinitionStages.WithCreate withLargeFileShares(boolean enabled)
Allow large file shares if sets to enabled. It cannot be disabled once it is enabled.- Parameters:
enabled- whether large file shares will be enabled or not- Returns:
- the next stage of storage account definition
-
-