Freigeben über


ArmBatchModelFactory.BatchAccountPoolAutoScaleRun Method

Definition

Initializes a new instance of 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

Parameters

evaluationOn
DateTimeOffset

The time at which the autoscale formula was last evaluated.

results
String

Each variable value is returned in the form $variable=value, and variables are separated by semicolons.

error
ResponseError

An error that occurred when autoscaling a pool.

Returns

A new BatchAccountPoolAutoScaleRun instance for mocking.

Applies to