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

Name Description
PrivateEndpointStatus(String)

Initializes a new instance of PrivateEndpointStatus.

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(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

Name Description
Equality(PrivateEndpointStatus, PrivateEndpointStatus)

Determines if two PrivateEndpointStatus values are the same.

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

Converts a string to a PrivateEndpointStatus.

Inequality(PrivateEndpointStatus, PrivateEndpointStatus)

Determines if two PrivateEndpointStatus values are not the same.

Applies to