Class LinkedIntegrationRuntimeRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeRequest
Data factory name for linked integration runtime request.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LinkedIntegrationRuntimeRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the linkedFactoryName property: The data factory name for linked integration runtime.void
validate()
Validates the instance.withLinkedFactoryName
(String linkedFactoryName) Set the linkedFactoryName property: The data factory name for linked integration runtime.
-
Constructor Details
-
LinkedIntegrationRuntimeRequest
public LinkedIntegrationRuntimeRequest()Creates an instance of LinkedIntegrationRuntimeRequest class.
-
-
Method Details
-
linkedFactoryName
Get the linkedFactoryName property: The data factory name for linked integration runtime.- Returns:
- the linkedFactoryName value.
-
withLinkedFactoryName
Set the linkedFactoryName property: The data factory name for linked integration runtime.- Parameters:
linkedFactoryName
- the linkedFactoryName value to set.- Returns:
- the LinkedIntegrationRuntimeRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-