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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET