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

HDInsightClusterAuthenticationType Struct

Definition

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.

Applies to