ISiteConfigResource.AppCommandLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
App command line to launch.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="App command line to launch.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appCommandLine")]
public string AppCommandLine { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="App command line to launch.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appCommandLine")>]
member this.AppCommandLine : string with get, set
Public Property AppCommandLine As String
Property Value
- Attributes