Partager via


Pool.DeploymentConfiguration Propriété

Définition

Obtient ou définit cette propriété décrit comment les nœuds du pool seront déployés à l’aide de Services cloud ou de Machines Virtuelles.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

L’utilisation de CloudServiceConfiguration spécifie que les nœuds doivent être créés à l’aide d’Azure Services cloud (PaaS), tandis que VirtualMachineConfiguration utilise Azure Machines Virtuelles (IaaS).

S’applique à