Share via


PurviewPrivateLinkServiceStatus Struct

Definition

The status.

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

Constructors

PurviewPrivateLinkServiceStatus(String)

Initializes a new instance of PurviewPrivateLinkServiceStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Unknown

Unknown.

Methods

Equals(PurviewPrivateLinkServiceStatus)

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

Determines if two PurviewPrivateLinkServiceStatus values are the same.

Implicit(String to PurviewPrivateLinkServiceStatus)

Converts a string to a PurviewPrivateLinkServiceStatus.

Inequality(PurviewPrivateLinkServiceStatus, PurviewPrivateLinkServiceStatus)

Determines if two PurviewPrivateLinkServiceStatus values are not the same.

Applies to