Sdílet prostřednictvím


BigDataPoolAutoScaleProperties Class

Definition

Auto-scaling properties of a Big Data pool powered by Apache Spark.

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

Constructors

BigDataPoolAutoScaleProperties()

Initializes a new instance of BigDataPoolAutoScaleProperties.

Properties

IsEnabled

Whether automatic scaling is enabled for the Big Data pool.

MaxNodeCount

The maximum number of nodes the Big Data pool can support.

MinNodeCount

The minimum number of nodes the Big Data pool can support.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BigDataPoolAutoScaleProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BigDataPoolAutoScaleProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BigDataPoolAutoScaleProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BigDataPoolAutoScaleProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BigDataPoolAutoScaleProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to