ValidateRequest.HostingEnvironment Property

Definition

Gets or sets name of App Service Environment where app or App Service plan should be created.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hostingEnvironment")]
public string HostingEnvironment { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hostingEnvironment")>]
member this.HostingEnvironment : string with get, set
Public Property HostingEnvironment As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to