Site.HostingEnvironmentProfile Property

Definition

Gets or sets app Service Environment to use for the app.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hostingEnvironmentProfile")]
public Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile HostingEnvironmentProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hostingEnvironmentProfile")>]
member this.HostingEnvironmentProfile : Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile with get, set
Public Property HostingEnvironmentProfile As HostingEnvironmentProfile

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to