Share via


Dependency.DependsOn Property

Definition

Gets or sets the list of dependencies.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to