SftpAuthenticationType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O tipo de autenticação a ser usado para se conectar ao servidor FTP.
public readonly struct SftpAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SftpAuthenticationType>
type SftpAuthenticationType = struct
Public Structure SftpAuthenticationType
Implements IEquatable(Of SftpAuthenticationType)
- Herança
-
SftpAuthenticationType
- Implementações
Construtores
SftpAuthenticationType(String) |
Inicializa uma nova instância de SftpAuthenticationType. |
Propriedades
Basic |
Básica. |
SshPublicKey |
SshPublicKey. |
Métodos
Equals(SftpAuthenticationType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(SftpAuthenticationType, SftpAuthenticationType) |
Determina se dois SftpAuthenticationType valores são os mesmos. |
Implicit(String to SftpAuthenticationType) |
Converte uma cadeia de caracteres em um SftpAuthenticationType. |
Inequality(SftpAuthenticationType, SftpAuthenticationType) |
Determina se dois SftpAuthenticationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET