Share via


PrivateEndpointStatus Struct

Definition

The approval status for the connection to the Private Link.

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

Constructors

PrivateEndpointStatus(String)

Initializes a new instance of PrivateEndpointStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Timeout

Timeout.

Methods

Equals(PrivateEndpointStatus)

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

Determines if two PrivateEndpointStatus values are the same.

Implicit(String to PrivateEndpointStatus)

Converts a string to a PrivateEndpointStatus.

Inequality(PrivateEndpointStatus, PrivateEndpointStatus)

Determines if two PrivateEndpointStatus values are not the same.

Applies to