HDInsightClusterAuthenticationType 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.
HDInsight cluster authentication type.
public readonly struct HDInsightClusterAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HDInsightClusterAuthenticationType>
type HDInsightClusterAuthenticationType = struct
Public Structure HDInsightClusterAuthenticationType
Implements IEquatable(Of HDInsightClusterAuthenticationType)
- Inheritance
-
HDInsightClusterAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| HDInsightClusterAuthenticationType(String) |
Initializes a new instance of HDInsightClusterAuthenticationType. |
Properties
| Name | Description |
|---|---|
| BasicAuth |
BasicAuth. |
| SystemAssignedManagedIdentity |
SystemAssignedManagedIdentity. |
| UserAssignedManagedIdentity |
UserAssignedManagedIdentity. |
Methods
| Name | Description |
|---|---|
| Equals(HDInsightClusterAuthenticationType) |
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(HDInsightClusterAuthenticationType, HDInsightClusterAuthenticationType) |
Determines if two HDInsightClusterAuthenticationType values are the same. |
| Implicit(String to HDInsightClusterAuthenticationType) |
Converts a String to a HDInsightClusterAuthenticationType. |
| Inequality(HDInsightClusterAuthenticationType, HDInsightClusterAuthenticationType) |
Determines if two HDInsightClusterAuthenticationType values are not the same. |