ISlotConfigNamesResource.AppSettingName Property

Definition

List of application settings names.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="List of application settings names.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appSettingNames", Update=true)]
public System.Collections.Generic.List<string> AppSettingName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="List of application settings names.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appSettingNames", Update=true)>]
member this.AppSettingName : System.Collections.Generic.List<string> with get, set
Public Property AppSettingName As List(Of String)

Property Value

Attributes

Applies to