Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Represents a Private Endpoint Connection ARM resource - a sub-resource of Notification Hubs namespace.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: PrivateEndpointConnectionPropertiesResponse, systemData: SystemDataResponse, type: String)