共用方式為


ContainerConfiguration.ContainerImageNames Property

Definition

Gets or sets the collection of container Image names.

[Newtonsoft.Json.JsonProperty(PropertyName="containerImageNames")]
public System.Collections.Generic.IList<string> ContainerImageNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerImageNames")>]
member this.ContainerImageNames : System.Collections.Generic.IList<string> with get, set
Public Property ContainerImageNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is the full Image reference, as would be specified to "docker pull". An Image will be sourced from the default Docker registry unless the Image is fully qualified with an alternative registry.

Applies to