RestoreRequestInner.AppServicePlan Property

Definition

Gets or sets specify app service plan that will own restored site.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to