HDInsightPrivateLinkServiceConnectionStatus 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 concrete private link service connection.
public readonly struct HDInsightPrivateLinkServiceConnectionStatus : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkServiceConnectionStatus>
type HDInsightPrivateLinkServiceConnectionStatus = struct
Public Structure HDInsightPrivateLinkServiceConnectionStatus
Implements IEquatable(Of HDInsightPrivateLinkServiceConnectionStatus)
- Inheritance
-
HDInsightPrivateLinkServiceConnectionStatus
- Implements
Constructors
HDInsightPrivateLinkServiceConnectionStatus(String) |
Initializes a new instance of HDInsightPrivateLinkServiceConnectionStatus. |
Properties
Approved |
Approved. |
Pending |
Pending. |
Rejected |
Rejected. |
Removed |
Removed. |
Methods
Equals(HDInsightPrivateLinkServiceConnectionStatus) |
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(HDInsightPrivateLinkServiceConnectionStatus, HDInsightPrivateLinkServiceConnectionStatus) |
Determines if two HDInsightPrivateLinkServiceConnectionStatus values are the same. |
Implicit(String to HDInsightPrivateLinkServiceConnectionStatus) |
Converts a string to a HDInsightPrivateLinkServiceConnectionStatus. |
Inequality(HDInsightPrivateLinkServiceConnectionStatus, HDInsightPrivateLinkServiceConnectionStatus) |
Determines if two HDInsightPrivateLinkServiceConnectionStatus values are not the same. |
Applies to
Azure SDK for .NET