DockerBuildStepUpdateParameters.IsPushEnabled Property

Definition

Gets or sets the value of this property indicates whether the image built should be pushed to the registry or not.

[Newtonsoft.Json.JsonProperty(PropertyName="isPushEnabled")]
public bool? IsPushEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isPushEnabled")>]
member this.IsPushEnabled : Nullable<bool> with get, set
Public Property IsPushEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to