UpdateAzWebAppConfigurationSlot_UpdateExpanded.AppCommandLine Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="App command line to launch.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appCommandLine")]
[System.Management.Automation.Parameter(HelpMessage="App command line to launch.", Mandatory=false)]
public string AppCommandLine { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="App command line to launch.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appCommandLine")>]
[<System.Management.Automation.Parameter(HelpMessage="App command line to launch.", Mandatory=false)>]
member this.AppCommandLine : string with get, set
Public Property AppCommandLine As String

Property Value

String
Attributes

Applies to