DockerBuildStepUpdateParameters.Arguments Property

Definition

Gets or sets the collection of override arguments to be used when executing this build step.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to