Site.ServerFarmId Property

Definition

Gets or sets resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".

[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