Share via


PrivateLinkServiceConnectionStatus Struct

Definition

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

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

Constructors

PrivateLinkServiceConnectionStatus(String)

Initializes a new instance of PrivateLinkServiceConnectionStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(PrivateLinkServiceConnectionStatus)

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

Determines if two PrivateLinkServiceConnectionStatus values are the same.

Implicit(String to PrivateLinkServiceConnectionStatus)

Converts a string to a PrivateLinkServiceConnectionStatus.

Inequality(PrivateLinkServiceConnectionStatus, PrivateLinkServiceConnectionStatus)

Determines if two PrivateLinkServiceConnectionStatus values are not the same.

Applies to