Udostępnij za pośrednictwem


HDInsightPrivateLinkState Struct

Definition

Indicates whether or not private link is enabled.

public readonly struct HDInsightPrivateLinkState : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkState>
type HDInsightPrivateLinkState = struct
Public Structure HDInsightPrivateLinkState
Implements IEquatable(Of HDInsightPrivateLinkState)
Inheritance
HDInsightPrivateLinkState
Implements

Constructors

HDInsightPrivateLinkState(String)

Initializes a new instance of HDInsightPrivateLinkState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(HDInsightPrivateLinkState)

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

Determines if two HDInsightPrivateLinkState values are the same.

Implicit(String to HDInsightPrivateLinkState)

Converts a string to a HDInsightPrivateLinkState.

Inequality(HDInsightPrivateLinkState, HDInsightPrivateLinkState)

Determines if two HDInsightPrivateLinkState values are not the same.

Applies to