Private Endpoint Connection Properties Response
    data class PrivateEndpointConnectionPropertiesResponse(val groupIds: List<String>, val privateEndpoint: RemotePrivateEndpointConnectionResponse? = null, val privateLinkServiceConnectionState: RemotePrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String? = null)
Private Endpoint Connection properties.
Constructors
Link copied to clipboard
                fun PrivateEndpointConnectionPropertiesResponse(groupIds: List<String>, privateEndpoint: RemotePrivateEndpointConnectionResponse? = null, privateLinkServiceConnectionState: RemotePrivateLinkServiceConnectionStateResponse? = null, provisioningState: String? = null)