IDeploymentLocations.HostingEnvironment Property

Definition

Available App Service Environments with full descriptions of the environments.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Available App Service Environments with full descriptions of the environments.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostingEnvironments", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment> HostingEnvironment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Available App Service Environments with full descriptions of the environments.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostingEnvironments", Update=true)>]
member this.HostingEnvironment : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment> with get, set
Public Property HostingEnvironment As List(Of IAppServiceEnvironment)

Property Value

Attributes

Applies to