다음을 통해 공유


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)를 사용합니다.

적용 대상