BatchAccountAutoScaleSettings 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.
AutoScale settings for the pool.
public class BatchAccountAutoScaleSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountAutoScaleSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountAutoScaleSettings>
public class BatchAccountAutoScaleSettings
type BatchAccountAutoScaleSettings = class
interface IJsonModel<BatchAccountAutoScaleSettings>
interface IPersistableModel<BatchAccountAutoScaleSettings>
type BatchAccountAutoScaleSettings = class
Public Class BatchAccountAutoScaleSettings
Implements IJsonModel(Of BatchAccountAutoScaleSettings), IPersistableModel(Of BatchAccountAutoScaleSettings)
Public Class BatchAccountAutoScaleSettings
- Inheritance
-
BatchAccountAutoScaleSettings
- Implements
Constructors
BatchAccountAutoScaleSettings(String) |
Initializes a new instance of BatchAccountAutoScaleSettings. |
Properties
EvaluationInterval |
If omitted, the default value is 15 minutes (PT15M). |
Formula |
A formula for the desired number of compute nodes in the pool. |
Explicit Interface Implementations
IJsonModel<BatchAccountAutoScaleSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchAccountAutoScaleSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchAccountAutoScaleSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchAccountAutoScaleSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchAccountAutoScaleSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET