Class LinkedIntegrationRuntimeRequest
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeRequest
-
public final class LinkedIntegrationRuntimeRequest extends Object
Data factory name for linked integration runtime request.
-
-
Constructor Summary
Constructors Constructor Description LinkedIntegrationRuntimeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
linkedFactoryName()
Get the linkedFactoryName property: The data factory name for linked integration runtime.void
validate()
Validates the instance.LinkedIntegrationRuntimeRequest
withLinkedFactoryName(String linkedFactoryName)
Set the linkedFactoryName property: The data factory name for linked integration runtime.
-
-
-
Method Detail
-
linkedFactoryName
public String linkedFactoryName()
Get the linkedFactoryName property: The data factory name for linked integration runtime.- Returns:
- the linkedFactoryName value.
-
withLinkedFactoryName
public LinkedIntegrationRuntimeRequest withLinkedFactoryName(String linkedFactoryName)
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.
-
-