PrestoAuthenticationType Struct

Definition

The authentication mechanism used to connect to the Presto server.

public readonly struct PrestoAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.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