Compartir a través de


FtpAuthenticationType Estructura

Definición

Tipo de autenticación que se va a usar para conectarse al servidor FTP.

public readonly struct FtpAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.FtpAuthenticationType>
type FtpAuthenticationType = struct
Public Structure FtpAuthenticationType
Implements IEquatable(Of FtpAuthenticationType)
Herencia
FtpAuthenticationType
Implementaciones

Constructores

FtpAuthenticationType(String)

Inicializa una nueva instancia de la clase FtpAuthenticationType.

Propiedades

Anonymous

Anonymous.

Basic

Básico.

Métodos

Equals(FtpAuthenticationType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(FtpAuthenticationType, FtpAuthenticationType)

Determina si dos FtpAuthenticationType valores son iguales.

Implicit(String to FtpAuthenticationType)

Convierte una cadena en un FtpAuthenticationType.

Inequality(FtpAuthenticationType, FtpAuthenticationType)

Determina si dos FtpAuthenticationType valores no son los mismos.

Se aplica a