FtpAuthenticationType 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 FtpAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.FtpAuthenticationType>
type FtpAuthenticationType = struct
Public Structure FtpAuthenticationType
Implements IEquatable(Of FtpAuthenticationType)
- Inheritance
-
FtpAuthenticationType
- Implements
Constructors
FtpAuthenticationType(String) |
Initializes a new instance of FtpAuthenticationType. |
Properties
Anonymous |
Anonymous. |
Basic |
Basic. |
Methods
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
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
Azure SDK for .NET