HDInsightAutoScaleCapacity Class

Definition

The load-based autoscale request parameters.

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

Constructors

HDInsightAutoScaleCapacity()

Initializes a new instance of HDInsightAutoScaleCapacity.

Properties

MaxInstanceCount

The maximum instance count of the cluster.

MinInstanceCount

The minimum instance count of the cluster.

Explicit Interface Implementations

IJsonModel<HDInsightAutoScaleCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightAutoScaleCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightAutoScaleCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightAutoScaleCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightAutoScaleCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to