PreparedImageSpecificationProperties.ContainerImages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of container images to cache on nodes. See https://kubernetes.io/docs/concepts/containers/images/#image-names.
public System.Collections.Generic.IList<string> ContainerImages { get; }
member this.ContainerImages : System.Collections.Generic.IList<string>
Public ReadOnly Property ContainerImages As IList(Of String)