WebAppBaseCmdlet.WebApp Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The web app object", Mandatory=true, ParameterSetName="S2", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.WebApps.Models.PSSite WebApp { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The web app object", Mandatory=true, ParameterSetName="S2", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.WebApp : Microsoft.Azure.Commands.WebApps.Models.PSSite with get, set
Public Property WebApp As PSSite

Property Value

PSSite
Attributes

Applies to