ClusterManagerUpdateRelayPrivateEndpointConnectionParameters interface
ClusterManagerUpdateRelayPrivateEndpointConnectionParameters represents the body of the request to approve or reject the relay private endpoint connection for the private relay managed by a cluster manager.
Properties
| connection |
The state to set for the private endpoint connection. |
| description | The description to associate with the private endpoint connection. |
| private |
The resource ID of private endpoint to be permitted or denied connection to the relay namespace. |
Property Details
connectionState
The state to set for the private endpoint connection.
connectionState: string
Property Value
string
description
The description to associate with the private endpoint connection.
description?: string
Property Value
string
privateEndpointResourceId
The resource ID of private endpoint to be permitted or denied connection to the relay namespace.
privateEndpointResourceId: string
Property Value
string