DeploymentPropertiesExtended.Dependencies Property

Definition

Gets the list of deployment dependencies.

[Newtonsoft.Json.JsonProperty(PropertyName="dependencies")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.Dependency> Dependencies { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dependencies")>]
member this.Dependencies : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.Dependency>
Public ReadOnly Property Dependencies As IList(Of Dependency)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to