Class LargeFileSharesState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
com.azure.resourcemanager.storage.models.LargeFileSharesState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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

      @Deprecated public LargeFileSharesState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of LargeFileSharesState value.
  • 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.