Freigeben über


PrivateLinkState Struct

Definition

Property which describes the state of private link on a connected cluster resource.

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

Constructors

Name Description
PrivateLinkState(String)

Initializes a new instance of PrivateLinkState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(PrivateLinkState)

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

Determines if two PrivateLinkState values are the same.

Implicit(String to PrivateLinkState)

Converts a String to a PrivateLinkState.

Inequality(PrivateLinkState, PrivateLinkState)

Determines if two PrivateLinkState values are not the same.

Applies to