ISiteConfig.AppSetting Property

Definition

Application settings.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Application settings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="appSettings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair> AppSetting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Application settings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="appSettings", Update=true)>]
member this.AppSetting : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair> with get, set
Public Property AppSetting As List(Of INameValuePair)

Property Value

Attributes

Applies to