WebPubSubPrivateLinkServiceConnectionStatus Struct

Definition

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

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

Constructors

WebPubSubPrivateLinkServiceConnectionStatus(String)

Initializes a new instance of WebPubSubPrivateLinkServiceConnectionStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(WebPubSubPrivateLinkServiceConnectionStatus)

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

Determines if two WebPubSubPrivateLinkServiceConnectionStatus values are the same.

Implicit(String to WebPubSubPrivateLinkServiceConnectionStatus)

Converts a string to a WebPubSubPrivateLinkServiceConnectionStatus.

Inequality(WebPubSubPrivateLinkServiceConnectionStatus, WebPubSubPrivateLinkServiceConnectionStatus)

Determines if two WebPubSubPrivateLinkServiceConnectionStatus values are not the same.

Applies to