Condividi tramite


ResizeOperationStatus.NodeDeallocationOption Proprietà

Definizione

Ottiene o imposta determina cosa fare con un nodo e le relative attività in esecuzione se le dimensioni del pool diminuiscono.

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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Il valore predefinito è requeue. I valori possibili includono: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'

Si applica a