다음을 통해 공유


ResizeOperationStatus 생성자

정의

오버로드

ResizeOperationStatus()

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

ResizeOperationStatus(Nullable<Int32>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>, Nullable<DateTime>, IList<ResizeError>)

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

ResizeOperationStatus()

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

public ResizeOperationStatus ();
Public Sub New ()

적용 대상

ResizeOperationStatus(Nullable<Int32>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>, Nullable<DateTime>, IList<ResizeError>)

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

public ResizeOperationStatus (int? targetDedicatedNodes = default, int? targetLowPriorityNodes = default, TimeSpan? resizeTimeout = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption? nodeDeallocationOption = default, DateTime? startTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ResizeError> errors = default);
new Microsoft.Azure.Management.Batch.Models.ResizeOperationStatus : Nullable<int> * Nullable<int> * Nullable<TimeSpan> * Nullable<Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ResizeError> -> Microsoft.Azure.Management.Batch.Models.ResizeOperationStatus
Public Sub New (Optional targetDedicatedNodes As Nullable(Of Integer) = Nothing, Optional targetLowPriorityNodes As Nullable(Of Integer) = Nothing, Optional resizeTimeout As Nullable(Of TimeSpan) = Nothing, Optional nodeDeallocationOption As Nullable(Of ComputeNodeDeallocationOption) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional errors As IList(Of ResizeError) = Nothing)

매개 변수

targetDedicatedNodes
Nullable<Int32>

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

targetLowPriorityNodes
Nullable<Int32>

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

resizeTimeout
Nullable<TimeSpan>

풀에 컴퓨팅 노드를 할당하거나 풀에서 컴퓨팅 노드를 제거하는 시간 제한입니다.

nodeDeallocationOption
Nullable<ComputeNodeDeallocationOption>

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

startTime
Nullable<DateTime>

이 크기 조정 작업이 시작된 시간입니다.

errors
IList<ResizeError>

풀에서 마지막 크기 조정을 수행하는 동안 발생한 오류에 대한 세부 정보입니다.

적용 대상