PrivateLinkConnectionStatus Struct

Definition

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

Fields

Approved
Disconnected
Pending
Rejected

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(Object)
Equals(PrivateLinkConnectionStatus)
GetHashCode()
ToString()

Operators

Equality(PrivateLinkConnectionStatus, PrivateLinkConnectionStatus)
Implicit(PrivateLinkConnectionStatus to String)
Implicit(String to PrivateLinkConnectionStatus)
Inequality(PrivateLinkConnectionStatus, PrivateLinkConnectionStatus)

Applies to