SybaseAuthenticationType 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.
AuthenticationType to be used for connection.
public readonly struct SybaseAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.SybaseAuthenticationType>
type SybaseAuthenticationType = struct
Public Structure SybaseAuthenticationType
Implements IEquatable(Of SybaseAuthenticationType)
- Inheritance
-
SybaseAuthenticationType
- Implements
Constructors
SybaseAuthenticationType(String) |
Initializes a new instance of SybaseAuthenticationType. |
Properties
Basic |
Basic. |
Windows |
Windows. |
Methods
Equals(SybaseAuthenticationType) |
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(SybaseAuthenticationType, SybaseAuthenticationType) |
Determines if two SybaseAuthenticationType values are the same. |
Implicit(String to SybaseAuthenticationType) |
Converts a String to a SybaseAuthenticationType. |
Inequality(SybaseAuthenticationType, SybaseAuthenticationType) |
Determines if two SybaseAuthenticationType values are not the same. |
Applies to
Azure SDK for .NET