Private Endpoint Properties Response
data class PrivateEndpointPropertiesResponse(val createdDate: String, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null)
The properties associated with a private endpoint.
Constructors
Link copied to clipboard
constructor(createdDate: String, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null)