VirtualMachineConfiguration.ContainerConfiguration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定集區的容器組態。
[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 屬性,所有其他工作都可以指定它。