HDInsightAutoScaleTimeAndCapacity Class

Definition

Time and capacity request parameters.

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

Constructors

HDInsightAutoScaleTimeAndCapacity()

Initializes a new instance of HDInsightAutoScaleTimeAndCapacity.

Properties

MaxInstanceCount

The maximum instance count of the cluster.

MinInstanceCount

The minimum instance count of the cluster.

Time

24-hour time in the form xx:xx.

Explicit Interface Implementations

IJsonModel<HDInsightAutoScaleTimeAndCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightAutoScaleTimeAndCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightAutoScaleTimeAndCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightAutoScaleTimeAndCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightAutoScaleTimeAndCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to