Freigeben über


ArmBatchModelFactory.BatchAccountPoolAutoScaleRun Methode

Definition

Initialisiert eine neue instance von 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

Parameter

evaluationOn
DateTimeOffset

Der Zeitpunkt, zu dem die Formel für die automatische Skalierung zuletzt ausgewertet wurde.

results
String

Jeder Variablenwert wird in der Form $variable=Wert zurückgegeben, und Variablen werden durch Semikolons getrennt.

error
ResponseError

Ein Fehler, der beim automatischen Skalieren eines Pools aufgetreten ist.

Gibt zurück

Eine neue BatchAccountPoolAutoScaleRun instance zum Simulieren.

Gilt für: