Share via


WebPubSubSharedPrivateLinkStatus Struct

Definition

Status of the shared private link resource.

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

Constructors

WebPubSubSharedPrivateLinkStatus(String)

Initializes a new instance of WebPubSubSharedPrivateLinkStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Timeout

Timeout.

Methods

Equals(WebPubSubSharedPrivateLinkStatus)

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

Determines if two WebPubSubSharedPrivateLinkStatus values are the same.

Implicit(String to WebPubSubSharedPrivateLinkStatus)

Converts a string to a WebPubSubSharedPrivateLinkStatus.

Inequality(WebPubSubSharedPrivateLinkStatus, WebPubSubSharedPrivateLinkStatus)

Determines if two WebPubSubSharedPrivateLinkStatus values are not the same.

Applies to