Share via


SynapseDynamicExecutorAllocation Class

Definition

Dynamic Executor Allocation Properties.

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

Constructors

Name Description
SynapseDynamicExecutorAllocation()

Initializes a new instance of SynapseDynamicExecutorAllocation.

Properties

Name Description
IsEnabled

Indicates whether Dynamic Executor Allocation is enabled or not.

MaxExecutors

The maximum number of executors alloted.

MinExecutors

The minimum number of executors alloted.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SynapseDynamicExecutorAllocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseDynamicExecutorAllocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseDynamicExecutorAllocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseDynamicExecutorAllocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseDynamicExecutorAllocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to