DscNodeReport.Resources 屬性

定義

取得或設定節點報表的資源。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於