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

Name Description
WebPubSubSharedPrivateLinkStatus(String)

Initializes a new instance of WebPubSubSharedPrivateLinkStatus.

Properties

Name Description
Approved

Gets the Approved.

Disconnected

Gets the Disconnected.

Pending

Gets the Pending.

Rejected

Gets the Rejected.

Timeout

Gets the Timeout.

Methods

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

Name Description
Equality(WebPubSubSharedPrivateLinkStatus, WebPubSubSharedPrivateLinkStatus)

Determines if two WebPubSubSharedPrivateLinkStatus values are the same.

Implicit(String to Nullable<WebPubSubSharedPrivateLinkStatus>)
Implicit(String to WebPubSubSharedPrivateLinkStatus)

Converts a string to a WebPubSubSharedPrivateLinkStatus.

Inequality(WebPubSubSharedPrivateLinkStatus, WebPubSubSharedPrivateLinkStatus)

Determines if two WebPubSubSharedPrivateLinkStatus values are not the same.

Applies to