Private Endpoint Connection Properties Response
data class PrivateEndpointConnectionPropertiesResponse(val groupIds: List<String>, val privateEndpoint: PrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String)
Properties of a private endpoint connection.
Constructors
Link copied to clipboard
constructor(groupIds: List<String>, privateEndpoint: PrivateEndpointPropertyResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStatePropertyResponse? = null, provisioningState: String)