IntegrationRuntime Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. IntegrationRuntime
- com.
Implements
public class IntegrationRuntime
implements JsonSerializable<IntegrationRuntime>
Azure Synapse nested object which serves as a compute resource for activities.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntime() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| String |
getDescription()
Get the description property: Integration runtime description. |
|
Integration |
getType()
Get the type property: Type of integration runtime. |
|
Integration |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Integration |
setDescription(String description)
Set the description property: Integration runtime description. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntime
public IntegrationRuntime()
Creates an instance of IntegrationRuntime class.
Method Details
fromJson
public static IntegrationRuntime fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntime from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Azure Synapse nested object which serves as a compute resource for activities.
Returns:
getDescription
public String getDescription()
Get the description property: Integration runtime description.
Returns:
getType
public IntegrationRuntimeType getType()
Get the type property: Type of integration runtime.
Returns:
setAdditionalProperties
public IntegrationRuntime setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Azure Synapse nested object which serves as a compute resource for activities.
Parameters:
Returns:
setDescription
public IntegrationRuntime setDescription(String description)
Set the description property: Integration runtime description.
Parameters:
Returns: