Compartir a través de


ManualScaleSettings.NodeDeallocationOption Propiedad

Definición

Obtiene o establece las opciones de desasignación de nodos.

[Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocationOption")]
public string NodeDeallocationOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocationOption")>]
member this.NodeDeallocationOption : string with get, set
Public Property NodeDeallocationOption As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Acción que se va a realizar cuando el tamaño del clúster disminuye. El valor predeterminado es requeue. Entre los valores posibles se incluyen: "requeue", "terminate", "waitforjobcompletion".

Se aplica a