Remote Private Endpoint Response
data class RemotePrivateEndpointResponse(val connectionDetails: List<ConnectionDetailsResponse>? = null, val id: String? = null, val immutableResourceId: String? = null, val immutableSubscriptionId: String? = null, val location: String? = null, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceProxies: List<PrivateLinkServiceProxyResponse>? = null, val vnetTrafficTag: String? = null)
Remote private endpoint details.
Constructors
Link copied to clipboard
fun RemotePrivateEndpointResponse(connectionDetails: List<ConnectionDetailsResponse>? = null, id: String? = null, immutableResourceId: String? = null, immutableSubscriptionId: String? = null, location: String? = null, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, privateLinkServiceProxies: List<PrivateLinkServiceProxyResponse>? = null, vnetTrafficTag: String? = null)