Compartir a través de


AutoScaleSettings.InitialNodeCount Propiedad

Definición

Obtiene o establece el recuento inicial de nodos.

[Newtonsoft.Json.JsonProperty(PropertyName="initialNodeCount")]
public int? InitialNodeCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="initialNodeCount")>]
member this.InitialNodeCount : Nullable<int> with get, set
Public Property InitialNodeCount As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Número de nodos de proceso que se van a asignar al crear el clúster. Tenga en cuenta que este valor solo se usa durante la creación del clúster. Valor predeterminado: 0.

Se aplica a