Private Endpoint Connection Resource Response
data class PrivateEndpointConnectionResourceResponse(val id: String, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse? = null, 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? = null, systemData: SystemDataResponse, type: String)