ManagedClusterAgentPoolProfileProperties.IsArtifactStreamingEnabled 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.
Artifact streaming speeds up the cold-start of containers on a node through on-demand image loading. To use this feature, container images must also enable artifact streaming on ACR. If not specified, the default is false.
public bool? IsArtifactStreamingEnabled { get; set; }
member this.IsArtifactStreamingEnabled : Nullable<bool> with get, set
Public Property IsArtifactStreamingEnabled As Nullable(Of Boolean)