Class SftpAuthenticationType

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

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

    • BASIC

      public static final SftpAuthenticationType BASIC
      Static value Basic for SftpAuthenticationType.
    • SSH_PUBLIC_KEY

      public static final SftpAuthenticationType SSH_PUBLIC_KEY
      Static value SshPublicKey for SftpAuthenticationType.
    • MULTI_FACTOR

      public static final SftpAuthenticationType MULTI_FACTOR
      Static value MultiFactor for SftpAuthenticationType.
  • Constructor Details

    • SftpAuthenticationType

      public SftpAuthenticationType()
  • Method Details

    • fromString

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

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