共用方式為


ResourceGroupDefinition.DependsOn 屬性

定義

取得或設定必須在此資源群組之前部署的成品。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於