Udostępnij za pośrednictwem


Pool.DeploymentConfiguration Właściwość

Definicja

Pobiera lub ustawia tę właściwość opisuje sposób wdrażania węzłów puli — przy użyciu Cloud Services lub 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

Wartość właściwości

Atrybuty
Newtonsoft.Json.JsonPropertyAttribute

Uwagi

Użycie polecenia CloudServiceConfiguration określa, że węzły powinny tworzyć przy użyciu usługi Azure Cloud Services (PaaS), podczas gdy funkcja VirtualMachineConfiguration używa usługi Azure Virtual Machines (IaaS).

Dotyczy