ServerlessUpstreamSettings.Templates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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