BatchAccountPoolAutoScaleRun Class
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.
The results and errors from an execution of a pool autoscale formula.
public class BatchAccountPoolAutoScaleRun : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountPoolAutoScaleRun>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountPoolAutoScaleRun>
public class BatchAccountPoolAutoScaleRun
type BatchAccountPoolAutoScaleRun = class
interface IJsonModel<BatchAccountPoolAutoScaleRun>
interface IPersistableModel<BatchAccountPoolAutoScaleRun>
type BatchAccountPoolAutoScaleRun = class
Public Class BatchAccountPoolAutoScaleRun
Implements IJsonModel(Of BatchAccountPoolAutoScaleRun), IPersistableModel(Of BatchAccountPoolAutoScaleRun)
Public Class BatchAccountPoolAutoScaleRun
- Inheritance
-
BatchAccountPoolAutoScaleRun
- Implements
Properties
Error |
An error that occurred when autoscaling a pool. |
EvaluationOn |
The time at which the autoscale formula was last evaluated. |
Results |
Each variable value is returned in the form $variable=value, and variables are separated by semicolons. |
Explicit Interface Implementations
IJsonModel<BatchAccountPoolAutoScaleRun>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchAccountPoolAutoScaleRun>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchAccountPoolAutoScaleRun>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchAccountPoolAutoScaleRun>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchAccountPoolAutoScaleRun>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET