Share via


ApplicationTypeVersionResource.DefaultParameterList Property

Definition

Gets list of application type parameters that can be overridden when creating or updating the application.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultParameterList")]
public System.Collections.Generic.IDictionary<string,string> DefaultParameterList { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultParameterList")>]
member this.DefaultParameterList : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property DefaultParameterList As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to