MapsPrivateEndpointServiceConnectionStatus 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 MapsPrivateEndpointServiceConnectionStatus : IEquatable<Azure.ResourceManager.Maps.Models.MapsPrivateEndpointServiceConnectionStatus>
type MapsPrivateEndpointServiceConnectionStatus = struct
Public Structure MapsPrivateEndpointServiceConnectionStatus
Implements IEquatable(Of MapsPrivateEndpointServiceConnectionStatus)
- Inheritance
-
MapsPrivateEndpointServiceConnectionStatus
- Implements
Constructors
| Name | Description |
|---|---|
| MapsPrivateEndpointServiceConnectionStatus(String) |
Initializes a new instance of MapsPrivateEndpointServiceConnectionStatus. |
Properties
| Name | Description |
|---|---|
| Approved |
Connection approved. |
| Pending |
Connection waiting for approval or rejection. |
| Rejected |
Connection Rejected. |
Methods
| Name | Description |
|---|---|
| Equals(MapsPrivateEndpointServiceConnectionStatus) |
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(MapsPrivateEndpointServiceConnectionStatus, MapsPrivateEndpointServiceConnectionStatus) |
Determines if two MapsPrivateEndpointServiceConnectionStatus values are the same. |
| Implicit(String to MapsPrivateEndpointServiceConnectionStatus) |
Converts a string to a MapsPrivateEndpointServiceConnectionStatus. |
| Implicit(String to Nullable<MapsPrivateEndpointServiceConnectionStatus>) | |
| Inequality(MapsPrivateEndpointServiceConnectionStatus, MapsPrivateEndpointServiceConnectionStatus) |
Determines if two MapsPrivateEndpointServiceConnectionStatus values are not the same. |