你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Kustomization.DependsOn 属性

定义

指定此 Kustomization 依赖的其他 Kustomization。 在所有依赖项完成其协调之前,此 Kustomization 不会协调。

public System.Collections.Generic.IList<string> DependsOn { get; set; }
member this.DependsOn : System.Collections.Generic.IList<string> with get, set
Public Property DependsOn As IList(Of String)

属性值

适用于