BackendPrivateEndpointStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET