PrivateEndpointStatus 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 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 |
Approved. |
| Disconnected |
Disconnected. |
| Pending |
Pending. |
| Rejected |
Rejected. |
| Timeout |
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 PrivateEndpointStatus) |
Converts a String to a PrivateEndpointStatus. |
| Inequality(PrivateEndpointStatus, PrivateEndpointStatus) |
Determines if two PrivateEndpointStatus values are not the same. |