你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISiteConfig.AppSetting Property

Definition

Application settings.

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

Property Value

Attributes

Applies to