Class LargeFileSharesState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
com.azure.resourcemanager.storage.models.LargeFileSharesState

public final class LargeFileSharesState extends com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.
  • Field Details

    • DISABLED

      public static final LargeFileSharesState DISABLED
      Static value Disabled for LargeFileSharesState.
    • ENABLED

      public static final LargeFileSharesState ENABLED
      Static value Enabled for LargeFileSharesState.
  • Constructor Details

    • LargeFileSharesState

      public LargeFileSharesState()
  • Method Details

    • fromString

      public static LargeFileSharesState fromString(String name)
      Creates or finds a LargeFileSharesState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding LargeFileSharesState.
    • values

      public static Collection<LargeFileSharesState> values()
      Gets known LargeFileSharesState values.
      Returns:
      known LargeFileSharesState values.