다음을 통해 공유


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입니다. 가능한 값은 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'입니다.

적용 대상