Share via


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

EventHubsPrivateLinkConnectionStatus(String)

Initializes a new instance of EventHubsPrivateLinkConnectionStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

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

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