Freigeben über


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

Name Description
BackendPrivateEndpointStatus(String)

Initializes a new instance of BackendPrivateEndpointStatus.

Properties

Name Description
Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Timeout

Timeout.

Methods

Name Description
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

Name Description
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