CopyComputeScaleProperties Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopyComputeScaleProperties
- com.
Implements
public final class CopyComputeScaleProperties
implements JsonSerializable<CopyComputeScaleProperties>
CopyComputeScale properties for managed integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| CopyComputeScaleProperties() |
Creates an instance of Copy |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| Integer |
dataIntegrationUnit()
Get the data |
|
static
Copy |
fromJson(JsonReader jsonReader)
Reads an instance of Copy |
| Integer |
timeToLive()
Get the time |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Copy |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Copy |
withDataIntegrationUnit(Integer dataIntegrationUnit)
Set the data |
|
Copy |
withTimeToLive(Integer timeToLive)
Set the time |
Methods inherited from java.lang.Object
Constructor Details
CopyComputeScaleProperties
public CopyComputeScaleProperties()
Creates an instance of CopyComputeScaleProperties class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: CopyComputeScale properties for managed integration runtime.
Returns:
dataIntegrationUnit
public Integer dataIntegrationUnit()
Get the dataIntegrationUnit property: DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
Returns:
fromJson
public static CopyComputeScaleProperties fromJson(JsonReader jsonReader)
Reads an instance of CopyComputeScaleProperties from the JsonReader.
Parameters:
Returns:
Throws:
timeToLive
public Integer timeToLive()
Get the timeToLive property: Time to live (in minutes) setting of integration runtime which will execute copy activity.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public CopyComputeScaleProperties withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: CopyComputeScale properties for managed integration runtime.
Parameters:
Returns:
withDataIntegrationUnit
public CopyComputeScaleProperties withDataIntegrationUnit(Integer dataIntegrationUnit)
Set the dataIntegrationUnit property: DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.
Parameters:
Returns:
withTimeToLive
public CopyComputeScaleProperties withTimeToLive(Integer timeToLive)
Set the timeToLive property: Time to live (in minutes) setting of integration runtime which will execute copy activity.
Parameters:
Returns: