Compartilhar via


Pool.DeploymentConfiguration Propriedade

Definição

Obtém ou define essa propriedade descreve como os nós de pool serão implantados usando Serviços de Nuvem 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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

O uso de CloudServiceConfiguration especifica que os nós devem ser criados usando o Azure Serviços de Nuvem (PaaS), enquanto VirtualMachineConfiguration usa IaaS (Azure Máquinas Virtuais).

Aplica-se a