ContainerAppPrivateEndpointServiceConnectionStatus 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 private endpoint connection status.
public readonly struct ContainerAppPrivateEndpointServiceConnectionStatus : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppPrivateEndpointServiceConnectionStatus>
type ContainerAppPrivateEndpointServiceConnectionStatus = struct
Public Structure ContainerAppPrivateEndpointServiceConnectionStatus
Implements IEquatable(Of ContainerAppPrivateEndpointServiceConnectionStatus)
- Inheritance
-
ContainerAppPrivateEndpointServiceConnectionStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerAppPrivateEndpointServiceConnectionStatus(String) |
Initializes a new instance of ContainerAppPrivateEndpointServiceConnectionStatus. |
Properties
| Name | Description |
|---|---|
| Approved |
Approved. |
| Disconnected |
Disconnected. |
| Pending |
Pending. |
| Rejected |
Rejected. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerAppPrivateEndpointServiceConnectionStatus) |
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(ContainerAppPrivateEndpointServiceConnectionStatus, ContainerAppPrivateEndpointServiceConnectionStatus) |
Determines if two ContainerAppPrivateEndpointServiceConnectionStatus values are the same. |
| Implicit(String to ContainerAppPrivateEndpointServiceConnectionStatus) |
Converts a String to a ContainerAppPrivateEndpointServiceConnectionStatus. |
| Inequality(ContainerAppPrivateEndpointServiceConnectionStatus, ContainerAppPrivateEndpointServiceConnectionStatus) |
Determines if two ContainerAppPrivateEndpointServiceConnectionStatus values are not the same. |