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

Name Description
PrivateLinkServiceConnectionStatus(String)

Initializes a new instance of PrivateLinkServiceConnectionStatus.

Properties

Name Description
Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

Name Description
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

Name Description
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