Get Private Endpoint Result
data class GetPrivateEndpointResult(val createdDate: String, val etag: String, val id: String, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val name: String, val type: String)
Complete information about the private endpoint.
Constructors
Link copied to clipboard
fun GetPrivateEndpointResult(createdDate: String, etag: String, id: String, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, name: String, type: String)