DynamicExecutorAllocation Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. DynamicExecutorAllocation
- com.
Implements
public final class DynamicExecutorAllocation
implements JsonSerializable<DynamicExecutorAllocation>
Dynamic Executor Allocation Properties.
Constructor Summary
| Constructor | Description |
|---|---|
| DynamicExecutorAllocation() |
Creates an instance of Dynamic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
enabled()
Get the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not. |
|
static
Dynamic |
fromJson(JsonReader jsonReader)
Reads an instance of Dynamic |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Dynamic |
withEnabled(Boolean enabled)
Set the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not. |
Methods inherited from java.lang.Object
Constructor Details
DynamicExecutorAllocation
public DynamicExecutorAllocation()
Creates an instance of DynamicExecutorAllocation class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not.
Returns:
fromJson
public static DynamicExecutorAllocation fromJson(JsonReader jsonReader)
Reads an instance of DynamicExecutorAllocation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public DynamicExecutorAllocation withEnabled(Boolean enabled)
Set the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not.
Parameters:
Returns: