Cluster.VirtualMachineConfiguration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 VM 組態。
[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineConfiguration")]
public Microsoft.Azure.Management.BatchAI.Models.VirtualMachineConfiguration VirtualMachineConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineConfiguration")>]
member this.VirtualMachineConfiguration : Microsoft.Azure.Management.BatchAI.Models.VirtualMachineConfiguration with get, set
Public Property VirtualMachineConfiguration As VirtualMachineConfiguration
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
虛擬機器組態 (計算節點的 OS 映射) 。 叢集中的所有節點都有相同的 OS 映射設定。