DeploymentPropertiesExtended.Dependencies Property

Definition

The list of deployment dependencies.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("dependencies")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.Arm.Models.Dependency> Dependencies { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("dependencies")>]
member this.Dependencies : System.Collections.Generic.List<Azure.Connectors.Sdk.Arm.Models.Dependency> with get, set
Public Property Dependencies As List(Of Dependency)

Property Value

Attributes

Applies to