Share via


HDInsightAutoScaleConfigurationUpdateContent Class

Definition

The autoscale configuration update parameter.

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

Constructors

HDInsightAutoScaleConfigurationUpdateContent()

Initializes a new instance of HDInsightAutoScaleConfigurationUpdateContent.

Properties

AutoScale

The autoscale configuration.

Explicit Interface Implementations

IJsonModel<HDInsightAutoScaleConfigurationUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightAutoScaleConfigurationUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightAutoScaleConfigurationUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightAutoScaleConfigurationUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightAutoScaleConfigurationUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to