DBConnectionAuthenticationMode 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 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 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
Azure SDK for .NET