Class FtpsState


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

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

      • FtpsState

        public FtpsState()
    • Method Detail

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