Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeResourceInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeResourceInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionIntegrationRuntimesClient.createOrUpdate
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeResourceInner integrationRuntime) Creates or updates an integration runtime.IntegrationRuntimesClient.get
(String resourceGroupName, String factoryName, String integrationRuntimeName) Gets an integration runtime.IntegrationRuntimesClient.update
(String resourceGroupName, String factoryName, String integrationRuntimeName, UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest) Updates an integration runtime.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IntegrationRuntimeResourceInner>
IntegrationRuntimesClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeResourceInner integrationRuntime, String ifMatch, com.azure.core.util.Context context) Creates or updates an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeResourceInner>
IntegrationRuntimesClient.getWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String ifNoneMatch, com.azure.core.util.Context context) Gets an integration runtime.com.azure.core.http.rest.PagedIterable<IntegrationRuntimeResourceInner>
IntegrationRuntimesClient.listByFactory
(String resourceGroupName, String factoryName) Lists integration runtimes.com.azure.core.http.rest.PagedIterable<IntegrationRuntimeResourceInner>
IntegrationRuntimesClient.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists integration runtimes.com.azure.core.http.rest.Response<IntegrationRuntimeResourceInner>
IntegrationRuntimesClient.updateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest, com.azure.core.util.Context context) Updates an integration runtime.Modifier and TypeMethodDescriptionIntegrationRuntimesClient.createOrUpdate
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeResourceInner integrationRuntime) Creates or updates an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeResourceInner>
IntegrationRuntimesClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeResourceInner integrationRuntime, String ifMatch, com.azure.core.util.Context context) Creates or updates an integration runtime. -
Uses of IntegrationRuntimeResourceInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionIntegrationRuntimeResourceInner.withProperties
(IntegrationRuntime properties) Set the properties property: Integration runtime properties. -
Uses of IntegrationRuntimeResourceInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeResource.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeResourceInner object.Modifier and TypeMethodDescriptionIntegrationRuntimeListResponse.value()
Get the value property: List of integration runtimes.Modifier and TypeMethodDescriptionIntegrationRuntimeListResponse.withValue
(List<IntegrationRuntimeResourceInner> value) Set the value property: List of integration runtimes.