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

HBaseAuthenticationType(String)

Initializes a new instance of HBaseAuthenticationType.

Properties

Anonymous

Anonymous.

Basic

Basic.

Methods

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

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