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