Compartir a través de


ImportSource.SourceImage Propiedad

Definición

Obtiene o establece el nombre del repositorio de la imagen de origen. Especifique una imagen por repositorio ("hello-world"). Esto usará la etiqueta "latest". Especifique una imagen por etiqueta ("hello-world:latest"). Especifique una imagen por resumen de manifiesto basado en sha256 ("hello-world@sha256:abc123").

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a