你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HBaseAuthenticationType Struct

Definition

The authentication mechanism to use to connect to the HBase server.

public readonly struct HBaseAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HBaseAuthenticationType>
type HBaseAuthenticationType = struct
Public Structure HBaseAuthenticationType
Implements IEquatable(Of HBaseAuthenticationType)
Inheritance
HBaseAuthenticationType
Implements

Constructors

Name Description
HBaseAuthenticationType(String)

Initializes a new instance of HBaseAuthenticationType.

Properties

Name Description
Anonymous

Anonymous.

Basic

Basic.

Methods

Name Description
Equals(HBaseAuthenticationType)

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

Determines if two HBaseAuthenticationType values are the same.

Implicit(String to HBaseAuthenticationType)

Converts a String to a HBaseAuthenticationType.

Inequality(HBaseAuthenticationType, HBaseAuthenticationType)

Determines if two HBaseAuthenticationType values are not the same.

Applies to