ValidateRequest.ServerFarmId Property

Definition

Gets or sets ARM resource ID of an App Service plan that would host the app.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to