NetworkCloudRelayPrivateEndpointConnectionState 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 state to set for the private endpoint connection.
public readonly struct NetworkCloudRelayPrivateEndpointConnectionState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRelayPrivateEndpointConnectionState>
type NetworkCloudRelayPrivateEndpointConnectionState = struct
Public Structure NetworkCloudRelayPrivateEndpointConnectionState
Implements IEquatable(Of NetworkCloudRelayPrivateEndpointConnectionState)
- Inheritance
-
NetworkCloudRelayPrivateEndpointConnectionState
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkCloudRelayPrivateEndpointConnectionState(String) |
Initializes a new instance of NetworkCloudRelayPrivateEndpointConnectionState. |
Properties
| Name | Description |
|---|---|
| Approved |
The private endpoint connection is approved. |
| Rejected |
The private endpoint connection is rejected. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkCloudRelayPrivateEndpointConnectionState) |
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(NetworkCloudRelayPrivateEndpointConnectionState, NetworkCloudRelayPrivateEndpointConnectionState) |
Determines if two NetworkCloudRelayPrivateEndpointConnectionState values are the same. |
| Implicit(String to NetworkCloudRelayPrivateEndpointConnectionState) |
Converts a string to a NetworkCloudRelayPrivateEndpointConnectionState. |
| Implicit(String to Nullable<NetworkCloudRelayPrivateEndpointConnectionState>) | |
| Inequality(NetworkCloudRelayPrivateEndpointConnectionState, NetworkCloudRelayPrivateEndpointConnectionState) |
Determines if two NetworkCloudRelayPrivateEndpointConnectionState values are not the same. |