SelfHostedIntegrationRuntime Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntime - com.
azure. resourcemanager. synapse. models. SelfHostedIntegrationRuntime
- com.
- com.
public final 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 |
linkedInfo()
Get the linked |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Integration |
type()
Get the type property: Type of integration runtime. |
| void |
validate()
Validates the instance. |
|
Self |
withDescription(String description)
Set the description property: Integration runtime description. |
|
Self |
withLinkedInfo(LinkedIntegrationRuntimeType linkedInfo)
Set the linked |
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:
linkedInfo
public LinkedIntegrationRuntimeType linkedInfo()
Get the linkedInfo property: Linked integration runtime type from data factory.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SelfHostedIntegrationRuntime.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public IntegrationRuntimeType type()
Get the type property: Type of integration runtime.
Overrides:
SelfHostedIntegrationRuntime.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SelfHostedIntegrationRuntime.validate()withDescription
public SelfHostedIntegrationRuntime withDescription(String description)
Set the description property: Integration runtime description.
Overrides:
SelfHostedIntegrationRuntime.withDescription(String description)Parameters:
withLinkedInfo
public SelfHostedIntegrationRuntime withLinkedInfo(LinkedIntegrationRuntimeType linkedInfo)
Set the linkedInfo property: Linked integration runtime type from data factory.
Parameters:
Returns: