共用方式為


TaskContainerSettings.ImageName 屬性

定義

取得或設定要用來建立工作執行所在容器的映射。

[Newtonsoft.Json.JsonProperty(PropertyName="imageName")]
public string ImageName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="imageName")>]
member this.ImageName : string with get, set
Public Property ImageName As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

這是完整的映射參考,如同指定為 「docker pull」。 如果未提供標記做為映射名稱的一部分,則會使用標記 「:latest」 作為預設值。

適用於