Share via


OptimizedAutoscale Class

Definition

A class that contains the optimized auto scale definition.

public class OptimizedAutoscale : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.Models.OptimizedAutoscale>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.Models.OptimizedAutoscale>
type OptimizedAutoscale = class
    interface IJsonModel<OptimizedAutoscale>
    interface IPersistableModel<OptimizedAutoscale>
Public Class OptimizedAutoscale
Implements IJsonModel(Of OptimizedAutoscale), IPersistableModel(Of OptimizedAutoscale)
Inheritance
OptimizedAutoscale
Implements

Constructors

OptimizedAutoscale(Int32, Boolean, Int32, Int32)

Initializes a new instance of OptimizedAutoscale.

Properties

IsEnabled

A boolean value that indicate if the optimized autoscale feature is enabled or not.

Maximum

Maximum allowed instances count.

Minimum

Minimum allowed instances count.

Version

The version of the template defined, for instance 1.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OptimizedAutoscale>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OptimizedAutoscale>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OptimizedAutoscale>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OptimizedAutoscale>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OptimizedAutoscale>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to