Partager via


ImportSource.SourceImage Propriété

Définition

Obtient ou définit le nom du référentiel de l’image source. Spécifiez une image par dépôt (« hello-world »). Cette opération utilise la balise « latest ». Spécifiez une image par balise (« hello-world:latest »). Spécifiez une image par résumé de manifeste basé sur 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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à