你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FtpAuthenticationType Struct

Definition

The authentication type to be used to connect to the FTP server.

public readonly struct FtpAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.FtpAuthenticationType>
type FtpAuthenticationType = struct
Public Structure FtpAuthenticationType
Implements IEquatable(Of FtpAuthenticationType)
Inheritance
FtpAuthenticationType
Implements

Constructors

Name Description
FtpAuthenticationType(String)

Initializes a new instance of FtpAuthenticationType.

Properties

Name Description
Anonymous

Anonymous.

Basic

Basic.

Methods

Name Description
Equals(FtpAuthenticationType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FtpAuthenticationType, FtpAuthenticationType)

Determines if two FtpAuthenticationType values are the same.

Implicit(String to FtpAuthenticationType)

Converts a String to a FtpAuthenticationType.

Inequality(FtpAuthenticationType, FtpAuthenticationType)

Determines if two FtpAuthenticationType values are not the same.

Applies to