次の方法で共有


DockerBuildRequest.Arguments プロパティ

定義

実行の実行時に使用するオーバーライド引数のコレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="arguments")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Argument> Arguments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="arguments")>]
member this.Arguments : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Argument> with get, set
Public Property Arguments As IList(Of Argument)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象