次の方法で共有


RecommendationInner.ResourceScope プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceScope")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ResourceScopeType ResourceScope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceScope")>]
member this.ResourceScope : Microsoft.Azure.Management.AppService.Fluent.Models.ResourceScopeType with get, set
Public Property ResourceScope As ResourceScopeType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象