次の方法で共有


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" が既定として使用されます。

適用対象