Sdílet prostřednictvím


ResizeOperationStatus Konstruktory

Definice

Přetížení

ResizeOperationStatus()

Inicializuje novou instanci ResizeOperationStatus třídy.

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

Inicializuje novou instanci ResizeOperationStatus třídy.

ResizeOperationStatus()

Inicializuje novou instanci ResizeOperationStatus třídy.

public ResizeOperationStatus ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci ResizeOperationStatus třídy.

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)

Parametry

targetDedicatedNodes
Nullable<Int32>

Požadovaný počet vyhrazených výpočetních uzlů ve fondu

targetLowPriorityNodes
Nullable<Int32>

Požadovaný počet spotových výpočetních uzlů nebo výpočetních uzlů s nízkou prioritou ve fondu

resizeTimeout
Nullable<TimeSpan>

Časový limit pro přidělení výpočetních uzlů do fondu nebo odebrání výpočetních uzlů z fondu.

nodeDeallocationOption
Nullable<ComputeNodeDeallocationOption>

Určuje, co dělat s uzlem a jeho spuštěnými úlohami, pokud se velikost fondu snižuje.

startTime
Nullable<DateTime>

Čas, kdy byla tato operace změny velikosti spuštěna.

errors
IList<ResizeError>

Podrobnosti o všech chybách, ke kterým došlo při poslední změně velikosti fondu

Platí pro