Share via


MetastoreDBConnectionAuthenticationMode Struct

Definition

The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization.

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

Constructors

MetastoreDBConnectionAuthenticationMode(String)

Initializes a new instance of MetastoreDBConnectionAuthenticationMode.

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(MetastoreDBConnectionAuthenticationMode)

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

Determines if two MetastoreDBConnectionAuthenticationMode values are the same.

Implicit(String to MetastoreDBConnectionAuthenticationMode)

Converts a string to a MetastoreDBConnectionAuthenticationMode.

Inequality(MetastoreDBConnectionAuthenticationMode, MetastoreDBConnectionAuthenticationMode)

Determines if two MetastoreDBConnectionAuthenticationMode values are not the same.

Applies to