PrestoAuthenticationType 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 mechanism used to connect to the Presto server.
public readonly struct PrestoAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.PrestoAuthenticationType>
type PrestoAuthenticationType = struct
Public Structure PrestoAuthenticationType
Implements IEquatable(Of PrestoAuthenticationType)
- Inheritance
-
PrestoAuthenticationType
- Implements
Constructors
PrestoAuthenticationType(String) |
Initializes a new instance of PrestoAuthenticationType. |
Properties
Anonymous |
Anonymous. |
Ldap |
LDAP. |
Methods
Equals(PrestoAuthenticationType) |
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(PrestoAuthenticationType, PrestoAuthenticationType) |
Determines if two PrestoAuthenticationType values are the same. |
Implicit(String to PrestoAuthenticationType) |
Converts a String to a PrestoAuthenticationType. |
Inequality(PrestoAuthenticationType, PrestoAuthenticationType) |
Determines if two PrestoAuthenticationType values are not the same. |
Applies to
Azure SDK for .NET