Share via


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

Name Description
PrestoAuthenticationType(String)

Initializes a new instance of PrestoAuthenticationType.

Properties

Name Description
Anonymous

Anonymous.

Ldap

LDAP.

Methods

Name Description
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

Name Description
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