IDeploymentLocations.HostingEnvironmentDeploymentInfo Property

Definition

Available App Service Environments with basic information.

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

Property Value

Attributes

Applies to