次の方法で共有


Site.ServerFarmId プロパティ

定義

関連付けられているApp Serviceプランのリソース ID を取得または設定します。"/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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象