PrivateEndpointConnectionPropertiesResponse

data class PrivateEndpointConnectionPropertiesResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String)

Properties of the PrivateEndpointConnectProperties.

Constructors

constructor(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupIds: List<String>? = null

The private link resource group ids.

Link copied to clipboard

The resource of private end point.

Link copied to clipboard

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard

The provisioning state of the private endpoint connection resource.