Class LargeFileSharesState


  • public final class LargeFileSharesState
    extends com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
    Defines values for LargeFileSharesState.
    • Field Detail

      • DISABLED

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

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

      • LargeFileSharesState

        public LargeFileSharesState()
    • Method Detail

      • 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.