共用方式為


Pool.DeploymentConfiguration 屬性

定義

取得或設定此屬性描述如何使用雲端服務或虛擬機器來部署集區節點。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

使用 CloudServiceConfiguration 指定應該使用 Azure 雲端服務 (PaaS) 建立節點,而 VirtualMachineConfiguration 則使用 Azure 虛擬機器 (IaaS) 。

適用於