次の方法で共有


RoleAssignmentArtifact.DependsOn プロパティ

定義

指定した成果物の前にデプロイする必要がある成果物を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象