java.lang.Object
com.azure.core.util.ExpandableStringEnum<FtpsState>
com.azure.resourcemanager.appservice.models.FtpsState

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

    • ALL_ALLOWED

      public static final FtpsState ALL_ALLOWED
      Static value AllAllowed for FtpsState.
    • FTPS_ONLY

      public static final FtpsState FTPS_ONLY
      Static value FtpsOnly for FtpsState.
    • DISABLED

      public static final FtpsState DISABLED
      Static value Disabled for FtpsState.
  • Constructor Details

    • FtpsState

      public FtpsState()
  • Method Details

    • fromString

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

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