ArmBatchModelFactory.BatchAccountPoolAutoScaleRun Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET