Condividi tramite


TaskContainerSettings.ImageName Proprietà

Definizione

Ottiene o imposta l'immagine da usare per creare il contenitore in cui verrà eseguita l'attività.

[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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Questo è il riferimento completo all'immagine, come verrebbe specificato in "docker pull". Se non viene fornito alcun tag come parte del nome dell'immagine, il tag ":latest" viene usato come valore predefinito.

Si applica a