ISiteExtensionInfo.InstallerCommandLineParam 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.
Installer command line parameters.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Installer command line parameters.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="installer_command_line_params")]
public string InstallerCommandLineParam { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Installer command line parameters.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="installer_command_line_params")>]
member this.InstallerCommandLineParam : string with get, set
Public Property InstallerCommandLineParam As String
Property Value
- Attributes