Class SelfHostedIntegrationRuntime
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntime
com.azure.resourcemanager.datafactory.models.SelfHostedIntegrationRuntime
Self-hosted integration runtime.
-
Constructor Summary
ConstructorDescriptionCreates an instance of SelfHostedIntegrationRuntime class. -
Method Summary
Modifier and TypeMethodDescriptionGet the linkedInfo property: The base definition of a linked integration runtime.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Integration runtime description.withLinkedInfo
(LinkedIntegrationRuntimeType linkedInfo) Set the linkedInfo property: The base definition of a linked integration runtime.Methods inherited from class com.azure.resourcemanager.datafactory.models.IntegrationRuntime
additionalProperties, description, withAdditionalProperties
-
Constructor Details
-
SelfHostedIntegrationRuntime
public SelfHostedIntegrationRuntime()Creates an instance of SelfHostedIntegrationRuntime class.
-
-
Method Details
-
withDescription
Set the description property: Integration runtime description.- Overrides:
withDescription
in classIntegrationRuntime
- Parameters:
description
- the description value to set.- Returns:
- the IntegrationRuntime object itself.
-
linkedInfo
Get the linkedInfo property: The base definition of a linked integration runtime.- Returns:
- the linkedInfo value.
-
withLinkedInfo
Set the linkedInfo property: The base definition of a linked integration runtime.- Parameters:
linkedInfo
- the linkedInfo value to set.- Returns:
- the SelfHostedIntegrationRuntime object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classIntegrationRuntime
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-