EventHubsPrivateLinkConnectionStatus Struct

Definition

Status of the connection.

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

Constructors

Name Description
EventHubsPrivateLinkConnectionStatus(String)

Initializes a new instance of EventHubsPrivateLinkConnectionStatus.

Properties

Name Description
Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

Name Description
Equals(EventHubsPrivateLinkConnectionStatus)

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

Determines if two EventHubsPrivateLinkConnectionStatus values are the same.

Implicit(String to EventHubsPrivateLinkConnectionStatus)

Converts a String to a EventHubsPrivateLinkConnectionStatus.

Inequality(EventHubsPrivateLinkConnectionStatus, EventHubsPrivateLinkConnectionStatus)

Determines if two EventHubsPrivateLinkConnectionStatus values are not the same.

Applies to