Share via


SignalRSharedPrivateLinkResourceStatus Struct

Definition

Status of the shared private link resource.

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

Constructors

SignalRSharedPrivateLinkResourceStatus(String)

Initializes a new instance of SignalRSharedPrivateLinkResourceStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Timeout

Timeout.

Methods

Equals(SignalRSharedPrivateLinkResourceStatus)

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

Determines if two SignalRSharedPrivateLinkResourceStatus values are the same.

Implicit(String to SignalRSharedPrivateLinkResourceStatus)

Converts a string to a SignalRSharedPrivateLinkResourceStatus.

Inequality(SignalRSharedPrivateLinkResourceStatus, SignalRSharedPrivateLinkResourceStatus)

Determines if two SignalRSharedPrivateLinkResourceStatus values are not the same.

Applies to