Freigeben über


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

Name Description
WebPubSubPrivateLinkServiceConnectionStatus(String)

Initializes a new instance of WebPubSubPrivateLinkServiceConnectionStatus.

Properties

Name Description
Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Methods

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

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