次の方法で共有


Pool.DeploymentConfiguration プロパティ

定義

このプロパティを取得または設定すると、Cloud ServicesまたはVirtual Machinesを使用してプール ノードをデプロイする方法が示されます。

[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 Cloud Services (PaaS) を使用して作成する必要があり、VirtualMachineConfiguration では Azure Virtual Machines (IaaS) が使用されます。

適用対象