Freigeben über


ResizeOperationStatus Konstruktoren

Definition

Überlädt

ResizeOperationStatus()

Initialisiert eine neue instance der ResizeOperationStatus-Klasse.

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

Initialisiert eine neue instance der ResizeOperationStatus-Klasse.

ResizeOperationStatus()

Initialisiert eine neue instance der ResizeOperationStatus-Klasse.

public ResizeOperationStatus ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ResizeOperationStatus-Klasse.

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)

Parameter

targetDedicatedNodes
Nullable<Int32>

Die gewünschte Anzahl dedizierter Computeknoten im Pool.

targetLowPriorityNodes
Nullable<Int32>

Die gewünschte Anzahl von Computeknoten mit spot/niedriger Priorität im Pool.

resizeTimeout
Nullable<TimeSpan>

Das Timeout für die Zuordnung von Computeknoten zum Pool oder das Entfernen von Computeknoten aus dem Pool.

nodeDeallocationOption
Nullable<ComputeNodeDeallocationOption>

Bestimmt, was mit einem Knoten und dessen ausgeführten Aufgaben zu tun ist, wenn die Poolgröße abnimmt.

startTime
Nullable<DateTime>

Der Zeitpunkt, zu dem dieser Vorgang zur Größenänderung gestartet wurde.

errors
IList<ResizeError>

Details zu Fehlern, die beim Ausführen der letzten Größenänderung im Pool aufgetreten sind.

Gilt für: