Private Endpoint Connection Properties Response
    data class PrivateEndpointConnectionPropertiesResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String)
Properties of the PrivateEndpointConnectProperties.
Constructors
Link copied to clipboard
                fun PrivateEndpointConnectionPropertiesResponse(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String)