次の方法で共有


Recommendation.ResourceScope プロパティ

定義

この推奨事項が適用されるリソースの種類の名前 (サブスクリプション、ServerFarm、サイトなど) を取得または設定します。 使用可能な値は、'ServerFarm'、'Subscription'、'WebSite' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象