Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val groupIds: List<String>? = null, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionStateResponse? = null, val provisioningState: String? = null, val type: String)
Constructors
Link copied to clipboard
constructor(groupIds: List<String>? = null, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: ConnectionStateResponse? = null, provisioningState: String? = null, type: String)