Class FtpAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FtpAuthenticationType>
com.azure.resourcemanager.datafactory.models.FtpAuthenticationType

public final class FtpAuthenticationType extends com.azure.core.util.ExpandableStringEnum<FtpAuthenticationType>
The authentication type to be used to connect to the FTP server.
  • Field Details

    • BASIC

      public static final FtpAuthenticationType BASIC
      Static value Basic for FtpAuthenticationType.
    • ANONYMOUS

      public static final FtpAuthenticationType ANONYMOUS
      Static value Anonymous for FtpAuthenticationType.
  • Constructor Details

    • FtpAuthenticationType

      public FtpAuthenticationType()
  • Method Details

    • fromString

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

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