IntegrationRuntime Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. 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 |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
description()
Get the description property: Integration runtime description. |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Integration |
type()
Get the type property: Type of integration runtime. |
| void |
validate()
Validates the instance. |
|
Integration |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Integration |
withDescription(String description)
Set the description property: Integration runtime description. |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntime
public IntegrationRuntime()
Creates an instance of IntegrationRuntime class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Azure Synapse nested object which serves as a compute resource for activities.
Returns:
description
public String description()
Get the description property: Integration runtime description.
Returns:
fromJson
public static IntegrationRuntime fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntime from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public IntegrationRuntimeType type()
Get the type property: Type of integration runtime.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public IntegrationRuntime withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Azure Synapse nested object which serves as a compute resource for activities.
Parameters:
Returns:
withDescription
public IntegrationRuntime withDescription(String description)
Set the description property: Integration runtime description.
Parameters:
Returns: