SynapseDynamicExecutorAllocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
SynapseDynamicExecutorAllocation() |
Initializes a new instance of SynapseDynamicExecutorAllocation. |
Properties
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET