Share via


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