HDInsightPrivateLinkServiceConnectionStatus Struct

Definition

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