Uses of Class
com.azure.resourcemanager.datafactory.models.CreateLinkedIntegrationRuntimeRequest
-
Packages that use CreateLinkedIntegrationRuntimeRequest Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of CreateLinkedIntegrationRuntimeRequest in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type CreateLinkedIntegrationRuntimeRequest Modifier and Type Method Description IntegrationRuntimeStatusResponseInner
IntegrationRuntimesClient. 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
Methods in com.azure.resourcemanager.datafactory.models that return CreateLinkedIntegrationRuntimeRequest Modifier and Type Method Description CreateLinkedIntegrationRuntimeRequest
CreateLinkedIntegrationRuntimeRequest. withDataFactoryLocation(String dataFactoryLocation)
Set the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.CreateLinkedIntegrationRuntimeRequest
CreateLinkedIntegrationRuntimeRequest. withDataFactoryName(String dataFactoryName)
Set the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.CreateLinkedIntegrationRuntimeRequest
CreateLinkedIntegrationRuntimeRequest. withName(String name)
Set the name property: The name of the linked integration runtime.CreateLinkedIntegrationRuntimeRequest
CreateLinkedIntegrationRuntimeRequest. withSubscriptionId(String subscriptionId)
Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.Methods in com.azure.resourcemanager.datafactory.models with parameters of type CreateLinkedIntegrationRuntimeRequest Modifier and Type Method Description IntegrationRuntimeStatusResponse
IntegrationRuntimeResource. createLinkedIntegrationRuntime(CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest)
Create a linked integration runtime entry in a shared integration runtime.IntegrationRuntimeStatusResponse
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.
-