Compartir a través de


VirtualMachineConfiguration.NodePlacementConfiguration Propiedad

Definición

Obtiene o establece la configuración de ubicación del nodo para el grupo.

[Newtonsoft.Json.JsonProperty(PropertyName="nodePlacementConfiguration")]
public Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration NodePlacementConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodePlacementConfiguration")>]
member this.NodePlacementConfiguration : Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration with get, set
Public Property NodePlacementConfiguration As NodePlacementConfiguration

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Esta configuración especificará reglas sobre cómo se asignarán físicamente los nodos del grupo.

Se aplica a