FixedScaleSettings Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FixedScaleSettings() |
Inicializa uma nova instância da classe FixedScaleSettings. |
FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>) |
Inicializa uma nova instância da classe FixedScaleSettings. |
FixedScaleSettings()
Inicializa uma nova instância da classe FixedScaleSettings.
public FixedScaleSettings ();
Public Sub New ()
Aplica-se a
FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)
Inicializa uma nova instância da classe FixedScaleSettings.
public FixedScaleSettings (TimeSpan? resizeTimeout = default, int? targetDedicatedNodes = default, int? targetLowPriorityNodes = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption? nodeDeallocationOption = default);
new Microsoft.Azure.Management.Batch.Models.FixedScaleSettings : Nullable<TimeSpan> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption> -> Microsoft.Azure.Management.Batch.Models.FixedScaleSettings
Public Sub New (Optional resizeTimeout As Nullable(Of TimeSpan) = Nothing, Optional targetDedicatedNodes As Nullable(Of Integer) = Nothing, Optional targetLowPriorityNodes As Nullable(Of Integer) = Nothing, Optional nodeDeallocationOption As Nullable(Of ComputeNodeDeallocationOption) = Nothing)
Parâmetros
O número desejado de nós de computação spot/de baixa prioridade no pool.
- nodeDeallocationOption
- Nullable<ComputeNodeDeallocationOption>
Determina o que fazer com um nó e suas tarefas em execução se o tamanho do pool estiver diminuindo.
Aplica-se a
Azure SDK for .NET