IntegrationRuntimeDataFlowProperties Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeDataFlowProperties
- com.
Implements
public final class IntegrationRuntimeDataFlowProperties
implements JsonSerializable<IntegrationRuntimeDataFlowProperties>
Data flow properties for managed integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeDataFlowProperties() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
Data |
computeType()
Get the compute |
| Integer |
coreCount()
Get the core |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| Integer |
timeToLive()
Get the time |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Integration |
withComputeType(DataFlowComputeType computeType)
Set the compute |
|
Integration |
withCoreCount(Integer coreCount)
Set the core |
|
Integration |
withTimeToLive(Integer timeToLive)
Set the time |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeDataFlowProperties
public IntegrationRuntimeDataFlowProperties()
Creates an instance of IntegrationRuntimeDataFlowProperties class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Data flow properties for managed integration runtime.
Returns:
computeType
public DataFlowComputeType computeType()
Get the computeType property: Compute type of the cluster which will execute data flow job.
Returns:
coreCount
public Integer coreCount()
Get the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
Returns:
fromJson
public static IntegrationRuntimeDataFlowProperties fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeDataFlowProperties from the JsonReader.
Parameters:
Returns:
Throws:
timeToLive
public Integer timeToLive()
Get the timeToLive property: Time to live (in minutes) setting of the cluster which will execute data flow job.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public IntegrationRuntimeDataFlowProperties withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Data flow properties for managed integration runtime.
Parameters:
Returns:
withComputeType
public IntegrationRuntimeDataFlowProperties withComputeType(DataFlowComputeType computeType)
Set the computeType property: Compute type of the cluster which will execute data flow job.
Parameters:
Returns:
withCoreCount
public IntegrationRuntimeDataFlowProperties withCoreCount(Integer coreCount)
Set the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
Parameters:
Returns:
withTimeToLive
public IntegrationRuntimeDataFlowProperties withTimeToLive(Integer timeToLive)
Set the timeToLive property: Time to live (in minutes) setting of the cluster which will execute data flow job.
Parameters:
Returns: