Uses of Class
com.azure.resourcemanager.datafactory.models.CreateLinkedIntegrationRuntimeRequest
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of CreateLinkedIntegrationRuntimeRequest in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionIntegrationRuntimesClient.createLinkedIntegrationRuntime
(String resourceGroupName, String factoryName, String integrationRuntimeName, CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest) Create a linked integration runtime entry in a shared integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeStatusResponseInner>
IntegrationRuntimesClient.createLinkedIntegrationRuntimeWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest, com.azure.core.util.Context context) Create a linked integration runtime entry in a shared integration runtime. -
Uses of CreateLinkedIntegrationRuntimeRequest in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCreateLinkedIntegrationRuntimeRequest.withDataFactoryLocation
(String dataFactoryLocation) Set the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.CreateLinkedIntegrationRuntimeRequest.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.CreateLinkedIntegrationRuntimeRequest.withSubscriptionId
(String subscriptionId) Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.Modifier and TypeMethodDescriptionIntegrationRuntimeResource.createLinkedIntegrationRuntime
(CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest) Create a linked integration runtime entry in a shared integration runtime.IntegrationRuntimes.createLinkedIntegrationRuntime
(String resourceGroupName, String factoryName, String integrationRuntimeName, CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest) Create a linked integration runtime entry in a shared integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeStatusResponse>
IntegrationRuntimeResource.createLinkedIntegrationRuntimeWithResponse
(CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest, com.azure.core.util.Context context) Create a linked integration runtime entry in a shared integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeStatusResponse>
IntegrationRuntimes.createLinkedIntegrationRuntimeWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest, com.azure.core.util.Context context) Create a linked integration runtime entry in a shared integration runtime.