Share via


TaskContainerSettings.ImageName Property

Definition

Gets or sets the image to use to create the container in which the task will run.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.

Applies to