Compartilhar via


ArmBatchModelFactory.BatchAccountPoolAutoScaleRun Método

Definição

Inicializa uma nova instância de BatchAccountPoolAutoScaleRun.

public static Azure.ResourceManager.Batch.Models.BatchAccountPoolAutoScaleRun BatchAccountPoolAutoScaleRun (DateTimeOffset evaluationOn = default, string results = default, Azure.ResponseError error = default);
static member BatchAccountPoolAutoScaleRun : DateTimeOffset * string * Azure.ResponseError -> Azure.ResourceManager.Batch.Models.BatchAccountPoolAutoScaleRun
Public Shared Function BatchAccountPoolAutoScaleRun (Optional evaluationOn As DateTimeOffset = Nothing, Optional results As String = Nothing, Optional error As ResponseError = Nothing) As BatchAccountPoolAutoScaleRun

Parâmetros

evaluationOn
DateTimeOffset

A hora em que a fórmula de dimensionamento automático foi avaliada pela última vez.

results
String

Cada valor de variável é retornado no formato $variable=value e as variáveis são separadas por ponto e vírgula.

error
ResponseError

Um erro que ocorreu ao dimensionar automaticamente um pool.

Retornos

Uma nova BatchAccountPoolAutoScaleRun instância para simulação.

Aplica-se a