共用方式為


SignalRUpstreamTemplate.CategoryPattern Property

Definition

Gets or sets the matching pattern for category names. If not set, it matches any category. There are 3 kind of patterns supported: 1. "*", it to matches any category name. 2. Combine multiple categories with ",", for example "connections,messages", it matches category "connections" and "messages". 3. The single category name, for example, "connections", it matches the category "connections".

public Azure.Provisioning.BicepValue<string> CategoryPattern { get; set; }
member this.CategoryPattern : Azure.Provisioning.BicepValue<string> with get, set
Public Property CategoryPattern As BicepValue(Of String)

Property Value

Applies to