Partilhar via


Pool.DeploymentConfiguration Propriedade

Definição

Obtém ou define esta propriedade descreve como os nós do conjunto serão implementados com Serviços Cloud ou Máquinas Virtuais.

[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

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

A utilização de CloudServiceConfiguration especifica que os nós devem estar a criar com o Azure Serviços Cloud (PaaS), enquanto VirtualMachineConfiguration utiliza o Azure Máquinas Virtuais (IaaS).

Aplica-se a