共用方式為


ResizeOperationStatus 建構函式

定義

多載

ResizeOperationStatus()

初始化 ResizeOperationStatus 類別的新實例。

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

初始化 ResizeOperationStatus 類別的新實例。

ResizeOperationStatus()

初始化 ResizeOperationStatus 類別的新實例。

public ResizeOperationStatus ();
Public Sub New ()

適用於

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

初始化 ResizeOperationStatus 類別的新實例。

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>

執行集區上上次調整大小時發生之任何錯誤的詳細資料。

適用於