Delen via


BackendPrivateEndpointStatus Struct

Definition

The Approval status for the connection to the Private Link.

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

Constructors

BackendPrivateEndpointStatus(String)

Initializes a new instance of BackendPrivateEndpointStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Timeout

Timeout.

Methods

Equals(BackendPrivateEndpointStatus)

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

Determines if two BackendPrivateEndpointStatus values are the same.

Implicit(String to BackendPrivateEndpointStatus)

Converts a string to a BackendPrivateEndpointStatus.

Inequality(BackendPrivateEndpointStatus, BackendPrivateEndpointStatus)

Determines if two BackendPrivateEndpointStatus values are not the same.

Applies to