WebAppSSLBindingBaseCmdlet.WebApp 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.
[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]
public Microsoft.Azure.Management.WebSites.Models.Site 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
[<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.Management.WebSites.Models.Site with get, set
Public Property WebApp As PSSite
Public Property WebApp As Site
Property Value
- Attributes