Class CreateLinkedIntegrationRuntimeRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.CreateLinkedIntegrationRuntimeRequest
The linked integration runtime information.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CreateLinkedIntegrationRuntimeRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.Get the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.name()
Get the name property: The name of the linked integration runtime.Get the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.void
validate()
Validates the instance.withDataFactoryLocation
(String dataFactoryLocation) Set the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.withDataFactoryName
(String dataFactoryName) Set the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.Set the name property: The name of the linked integration runtime.withSubscriptionId
(String subscriptionId) Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.
-
Constructor Details
-
CreateLinkedIntegrationRuntimeRequest
public CreateLinkedIntegrationRuntimeRequest()Creates an instance of CreateLinkedIntegrationRuntimeRequest class.
-
-
Method Details
-
name
Get the name property: The name of the linked integration runtime.- Returns:
- the name value.
-
withName
Set the name property: The name of the linked integration runtime.- Parameters:
name
- the name value to set.- Returns:
- the CreateLinkedIntegrationRuntimeRequest object itself.
-
subscriptionId
Get the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.- Returns:
- the subscriptionId value.
-
withSubscriptionId
Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.- Parameters:
subscriptionId
- the subscriptionId value to set.- Returns:
- the CreateLinkedIntegrationRuntimeRequest object itself.
-
dataFactoryName
Get the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.- Returns:
- the dataFactoryName value.
-
withDataFactoryName
Set the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.- Parameters:
dataFactoryName
- the dataFactoryName value to set.- Returns:
- the CreateLinkedIntegrationRuntimeRequest object itself.
-
dataFactoryLocation
Get the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.- Returns:
- the dataFactoryLocation value.
-
withDataFactoryLocation
Set the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.- Parameters:
dataFactoryLocation
- the dataFactoryLocation value to set.- Returns:
- the CreateLinkedIntegrationRuntimeRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-