ServiceUpstreamEndpoint

data class ServiceUpstreamEndpoint(val categoryPatterns: List<String>, val eventPatterns: List<String>, val hubPatterns: List<String>, val urlTemplate: String, val userAssignedIdentityId: String? = null)

Constructors

Link copied to clipboard
constructor(categoryPatterns: List<String>, eventPatterns: List<String>, hubPatterns: List<String>, urlTemplate: String, userAssignedIdentityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The categories to match on, or * for all.

Link copied to clipboard

The events to match on, or * for all.

Link copied to clipboard

The hubs to match on, or * for all.

Link copied to clipboard

The upstream URL Template. This can be a url or a template such as http://host.com/{hub}/api/{category}/{event}.

Link copied to clipboard

Specifies the Managed Identity IDs to be assigned to this signalR upstream setting by using resource uuid as both system assigned and user assigned identity is supported.