你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebAppOptionalSlotBaseCmdlet.WebApp Property

Definition

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

Property Value

Attributes

Applies to