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

SftpAuthenticationType Struct

Definition

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

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

Constructors

Name Description
SftpAuthenticationType(String)

Initializes a new instance of SftpAuthenticationType.

Properties

Name Description
Basic

Basic.

SshPublicKey

SshPublicKey.

Methods

Name Description
Equals(SftpAuthenticationType)

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(SftpAuthenticationType, SftpAuthenticationType)

Determines if two SftpAuthenticationType values are the same.

Implicit(String to SftpAuthenticationType)

Converts a String to a SftpAuthenticationType.

Inequality(SftpAuthenticationType, SftpAuthenticationType)

Determines if two SftpAuthenticationType values are not the same.

Applies to