Share via


BatchVmContainerConfiguration.ContainerImageNames Property

Definition

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.

public System.Collections.Generic.IList<string> ContainerImageNames { get; }
member this.ContainerImageNames : System.Collections.Generic.IList<string>
Public ReadOnly Property ContainerImageNames As IList(Of String)

Property Value

Applies to