DynamicExecutorAllocation Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.DynamicExecutorAllocation

public final class DynamicExecutorAllocation

Dynamic Executor Allocation Properties.

Constructor Summary

Constructor Description
DynamicExecutorAllocation()

Creates an instance of DynamicExecutorAllocation class.

Method Summary

Modifier and Type Method and Description
Boolean isEnabled()

Get the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not.

DynamicExecutorAllocation setEnabled(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

isEnabled

public Boolean isEnabled()

Get the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not.

Returns:

the enabled value.

setEnabled

public DynamicExecutorAllocation setEnabled(Boolean enabled)

Set the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not.

Parameters:

enabled - the enabled value to set.

Returns:

the DynamicExecutorAllocation object itself.

Applies to