你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FixedScaleSettings.NodeDeallocationOption 属性

定义

获取或设置确定在池大小减小时,节点及其正在运行的任务 () 执行的操作。

[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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

如果省略,默认值为“重新排队”。 可能的值包括:“Requeue”、“Terminate”、“TaskCompletion”、“RetainedData”

适用于