ServerlessUpstreamSettings.Templates Property

Definition

Gets or sets gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.

[Newtonsoft.Json.JsonProperty(PropertyName="templates")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate> Templates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="templates")>]
member this.Templates : System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate> with get, set
Public Property Templates As IList(Of UpstreamTemplate)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to