你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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