Partager via


FtpAuthenticationType Structure

Définition

Type d’authentification à utiliser pour se connecter au serveur FTP.

public readonly struct FtpAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.FtpAuthenticationType>
type FtpAuthenticationType = struct
Public Structure FtpAuthenticationType
Implements IEquatable(Of FtpAuthenticationType)
Héritage
FtpAuthenticationType
Implémente

Constructeurs

FtpAuthenticationType(String)

Initialise une nouvelle instance de FtpAuthenticationType.

Propriétés

Anonymous

Anonyme

Basic

De base.

Méthodes

Equals(FtpAuthenticationType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(FtpAuthenticationType, FtpAuthenticationType)

Détermine si deux FtpAuthenticationType valeurs sont identiques.

Implicit(String to FtpAuthenticationType)

Convertit une chaîne en FtpAuthenticationType.

Inequality(FtpAuthenticationType, FtpAuthenticationType)

Détermine si deux FtpAuthenticationType valeurs ne sont pas identiques.

S’applique à