DBConnectionAuthenticationMode Struct

Definition

public readonly struct DBConnectionAuthenticationMode : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.DBConnectionAuthenticationMode>
type DBConnectionAuthenticationMode = struct
Public Structure DBConnectionAuthenticationMode
Implements IEquatable(Of DBConnectionAuthenticationMode)
Inheritance
DBConnectionAuthenticationMode
Implements

Constructors

DBConnectionAuthenticationMode(String)

Initializes a new instance of DBConnectionAuthenticationMode.

Properties

IdentityAuth

The managed-identity-based authentication to connect to your Hive metastore database.

SqlAuth

The password-based authentication to connect to your Hive metastore database.

Methods

Equals(DBConnectionAuthenticationMode)

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(DBConnectionAuthenticationMode, DBConnectionAuthenticationMode)

Determines if two DBConnectionAuthenticationMode values are the same.

Implicit(String to DBConnectionAuthenticationMode)

Converts a string to a DBConnectionAuthenticationMode.

Inequality(DBConnectionAuthenticationMode, DBConnectionAuthenticationMode)

Determines if two DBConnectionAuthenticationMode values are not the same.

Applies to