Class SftpAuthenticationType


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

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

      • SftpAuthenticationType

        public SftpAuthenticationType()
    • Method Detail

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