Class LargeFileSharesState

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<LargeFileSharesState>
com.microsoft.azure.management.storage.LargeFileSharesState

public final class LargeFileSharesState extends com.microsoft.rest.ExpandableStringEnum<LargeFileSharesState>
Defines values for LargeFileSharesState.
  • 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()
      Returns:
      known LargeFileSharesState values