Class IntegrationRuntime
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntime
- Direct Known Subclasses:
ManagedIntegrationRuntime
,SelfHostedIntegrationRuntime
Azure Data Factory nested object which serves as a compute resource for activities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.Get the description property: Integration runtime description.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.withDescription
(String description) Set the description property: Integration runtime description.
-
Constructor Details
-
IntegrationRuntime
public IntegrationRuntime()Creates an instance of IntegrationRuntime class.
-
-
Method Details
-
description
Get the description property: Integration runtime description.- Returns:
- the description value.
-
withDescription
Set the description property: Integration runtime description.- Parameters:
description
- the description value to set.- Returns:
- the IntegrationRuntime object itself.
-
additionalProperties
Get the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the IntegrationRuntime object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-