SftpAuthenticationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
SftpAuthenticationType(String) |
Initializes a new instance of SftpAuthenticationType. |
Properties
Basic |
Basic. |
SshPublicKey |
SshPublicKey. |
Methods
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
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
Azure SDK for .NET