Get Private Endpoint Result
data class GetPrivateEndpointResult(val etag: String, val id: String, val name: String, val properties: PrivateEndpointPropertiesResponse, val type: String)
Complete information about the private endpoint.
Constructors
Link copied to clipboard
constructor(etag: String, id: String, name: String, properties: PrivateEndpointPropertiesResponse, type: String)