다음을 통해 공유


FixedScaleSettings 생성자

정의

오버로드

FixedScaleSettings()

FixedScaleSettings 클래스의 새 instance 초기화합니다.

FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)

FixedScaleSettings 클래스의 새 instance 초기화합니다.

FixedScaleSettings()

FixedScaleSettings 클래스의 새 instance 초기화합니다.

public FixedScaleSettings ();
Public Sub New ()

적용 대상

FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)

FixedScaleSettings 클래스의 새 instance 초기화합니다.

public FixedScaleSettings (TimeSpan? resizeTimeout = default, int? targetDedicatedNodes = default, int? targetLowPriorityNodes = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption? nodeDeallocationOption = default);
new Microsoft.Azure.Management.Batch.Models.FixedScaleSettings : Nullable<TimeSpan> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption> -> Microsoft.Azure.Management.Batch.Models.FixedScaleSettings
Public Sub New (Optional resizeTimeout As Nullable(Of TimeSpan) = Nothing, Optional targetDedicatedNodes As Nullable(Of Integer) = Nothing, Optional targetLowPriorityNodes As Nullable(Of Integer) = Nothing, Optional nodeDeallocationOption As Nullable(Of ComputeNodeDeallocationOption) = Nothing)

매개 변수

resizeTimeout
Nullable<TimeSpan>

풀에 컴퓨팅 노드를 할당하기 위한 시간 제한입니다.

targetDedicatedNodes
Nullable<Int32>

풀에서 원하는 전용 컴퓨팅 노드 수입니다.

targetLowPriorityNodes
Nullable<Int32>

풀에서 원하는 스폿/낮은 우선 순위 컴퓨팅 노드 수입니다.

nodeDeallocationOption
Nullable<ComputeNodeDeallocationOption>

풀 크기가 감소하는 경우 노드 및 실행 중인 작업으로 수행할 작업을 결정합니다.

적용 대상