PrivateEndpointConnectionPropertiesResponse

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

Properties of the private endpoint connection.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The group ids for the private endpoint resource.

Link copied to clipboard

The private endpoint resource.

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.