次の方法で共有


PolicyState.Components プロパティ

定義

URL に $expand=components 句が含まれている場合にのみ設定されるコンポーネントの状態コンプライアンス レコードを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="components")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.ComponentStateDetails> Components { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="components")>]
member this.Components : System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.ComponentStateDetails> with get, set
Public Property Components As IList(Of ComponentStateDetails)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象