AgentPoolArtifactStreamingProfile Class
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 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. |