다음을 통해 공유


HDInsightAutoScaleRecurrence Class

Definition

Schedule-based autoscale request parameters.

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

Constructors

HDInsightAutoScaleRecurrence()

Initializes a new instance of HDInsightAutoScaleRecurrence.

Properties

Schedule

Array of schedule-based autoscale rules.

TimeZone

The time zone for the autoscale schedule times.

Explicit Interface Implementations

IJsonModel<HDInsightAutoScaleRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightAutoScaleRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightAutoScaleRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightAutoScaleRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightAutoScaleRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to