VirtualMachineConfiguration.ContainerConfiguration Property

Definition

Gets or sets the container configuration for the pool.

public Microsoft.Azure.Batch.ContainerConfiguration ContainerConfiguration { get; set; }
member this.ContainerConfiguration : Microsoft.Azure.Batch.ContainerConfiguration with get, set
Public Property ContainerConfiguration As ContainerConfiguration

Property Value

Remarks

If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify TaskContainerSettings, and all other tasks may specify it.

Applies to