Dela via


ResizeOperationStatus Konstruktorer

Definition

Överlagringar

ResizeOperationStatus()

Initierar en ny instans av klassen ResizeOperationStatus.

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

Initierar en ny instans av klassen ResizeOperationStatus.

ResizeOperationStatus()

Initierar en ny instans av klassen ResizeOperationStatus.

public ResizeOperationStatus();
Public Sub New ()

Gäller för

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

Initierar en ny instans av klassen 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)

Parametrar

targetDedicatedNodes
Nullable<Int32>

Önskat antal dedikerade beräkningsnoder i poolen.

targetLowPriorityNodes
Nullable<Int32>

Önskat antal beräkningsnoder med oanvänd kapacitet/låg prioritet i poolen.

resizeTimeout
Nullable<TimeSpan>

Tidsgränsen för allokering av beräkningsnoder till poolen eller borttagning av beräkningsnoder från poolen.

nodeDeallocationOption
Nullable<ComputeNodeDeallocationOption>

Avgör vad du ska göra med en nod och dess aktiviteter som körs om poolstorleken minskar.

startTime
Nullable<DateTime>

Tidpunkten då åtgärden för att ändra storlek startades.

errors
IList<ResizeError>

Information om eventuella fel som påträffades när den senaste storleksändringen utfördes på poolen.

Gäller för