다음을 통해 공유


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

적용 대상