Share via


DscReportResource.DependsOn Property

Definition

Gets or sets the Resource Navigation values for resources the resource depends on.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to