OperationContract.TemplateParameters Property

Definition

Gets or sets collection of URL template parameters.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to