RestoreRequestInner.HostingEnvironment Property

Definition

Gets or sets app Service Environment name, if needed (only when restoring an app to an App Service Environment).

[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