次の方法で共有


DockerBuildRequest.IsPushEnabled プロパティ

定義

このプロパティの値を取得または設定すると、ビルドされたイメージをレジストリにプッシュするかどうかを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象