AgentPoolArtifactStreamingProfile Class

Definition

Artifact streaming profile for the agent pool.

public class AgentPoolArtifactStreamingProfile
type AgentPoolArtifactStreamingProfile = class
Public Class AgentPoolArtifactStreamingProfile
Inheritance
AgentPoolArtifactStreamingProfile

Constructors

Name Description
AgentPoolArtifactStreamingProfile()

Initializes a new instance of the AgentPoolArtifactStreamingProfile class.

AgentPoolArtifactStreamingProfile(Nullable<Boolean>)

Initializes a new instance of the AgentPoolArtifactStreamingProfile class.

Properties

Name Description
Enabled

Gets or sets 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.

Applies to