共用方式為


VirtualMachineConfiguration.ContainerConfiguration 屬性

定義

取得或設定集區的容器組態。

[Newtonsoft.Json.JsonProperty(PropertyName="containerConfiguration")]
public Microsoft.Azure.Management.Batch.Models.ContainerConfiguration ContainerConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerConfiguration")>]
member this.ContainerConfiguration : Microsoft.Azure.Management.Batch.Models.ContainerConfiguration with get, set
Public Property ContainerConfiguration As ContainerConfiguration

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果指定,則會在集區中的每個節點上執行安裝程式,以允許工作在容器中執行。 此集區上執行的所有一般工作和作業管理員工作都必須指定 containerSettings 屬性,所有其他工作都可以指定它。

適用於