ResizeOperationStatus Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Požadovaný počet spotových výpočetních uzlů nebo výpočetních uzlů s nízkou prioritou ve fondu
Č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.
- errors
- IList<ResizeError>
Podrobnosti o všech chybách, ke kterým došlo při poslední změně velikosti fondu
Platí pro
Azure SDK for .NET