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