DeploymentLocations.HostingEnvironments 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.
Gets or sets available App Service Environments with full descriptions of the environments.
[Newtonsoft.Json.JsonProperty(PropertyName="hostingEnvironments")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> HostingEnvironments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hostingEnvironments")>]
member this.HostingEnvironments : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironment> with get, set
Public Property HostingEnvironments As IList(Of AppServiceEnvironment)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute