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 Details

    • 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