SelfHostedIntegrationRuntime Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. IntegrationRuntime - com.
azure. analytics. synapse. artifacts. models. SelfHostedIntegrationRuntime
- com.
- com.
public class SelfHostedIntegrationRuntime
extends IntegrationRuntime
Self-hosted integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| SelfHostedIntegrationRuntime() |
Creates an instance of Self |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Self |
fromJson(JsonReader jsonReader)
Reads an instance of Self |
|
Linked |
getLinkedInfo()
Get the linked |
|
Integration |
getType()
Get the type property: Type of integration runtime. |
|
Self |
setDescription(String description)
Set the description property: Integration runtime description. |
|
Self |
setLinkedInfo(LinkedIntegrationRuntimeType linkedInfo)
Set the linked |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from IntegrationRuntime
Methods inherited from java.lang.Object
Constructor Details
SelfHostedIntegrationRuntime
public SelfHostedIntegrationRuntime()
Creates an instance of SelfHostedIntegrationRuntime class.
Method Details
fromJson
public static SelfHostedIntegrationRuntime fromJson(JsonReader jsonReader)
Reads an instance of SelfHostedIntegrationRuntime from the JsonReader.
Parameters:
Returns:
Throws:
getLinkedInfo
public LinkedIntegrationRuntimeType getLinkedInfo()
Get the linkedInfo property: Linked integration runtime type from data factory.
Returns:
getType
public IntegrationRuntimeType getType()
Get the type property: Type of integration runtime.
Overrides:
SelfHostedIntegrationRuntime.getType()Returns:
setDescription
public SelfHostedIntegrationRuntime setDescription(String description)
Set the description property: Integration runtime description.
Overrides:
SelfHostedIntegrationRuntime.setDescription(String description)Parameters:
setLinkedInfo
public SelfHostedIntegrationRuntime setLinkedInfo(LinkedIntegrationRuntimeType linkedInfo)
Set the linkedInfo property: Linked integration runtime type from data factory.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SelfHostedIntegrationRuntime.toJson(JsonWriter jsonWriter)Parameters:
Throws: