Pool.DeploymentConfiguration Property

Definition

Gets or sets this property describes how the pool nodes will be deployed - using Cloud Services or 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).

Applies to