Freigeben über


PrivateLinkState Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.PrivateLinkStateTypeConverter))]
public struct PrivateLinkState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.PrivateLinkState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.PrivateLinkStateTypeConverter))>]
type PrivateLinkState = struct
    interface IArgumentCompleter
Public Structure PrivateLinkState
Implements IArgumentCompleter, IEquatable(Of PrivateLinkState)
Inheritance
PrivateLinkState
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type PrivateLinkState (override for Object)

Equals(PrivateLinkState)

Compares values of enum type PrivateLinkState

GetHashCode()

Returns hashCode for enum PrivateLinkState

ToString()

Returns string representation for PrivateLinkState

Operators

Equality(PrivateLinkState, PrivateLinkState)

Overriding == operator for enum PrivateLinkState

Implicit(PrivateLinkState to String)

Implicit operator to convert PrivateLinkState to string

Implicit(String to PrivateLinkState)

Implicit operator to convert string to PrivateLinkState

Inequality(PrivateLinkState, PrivateLinkState)

Overriding != operator for enum PrivateLinkState

Applies to