Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeResourceInner
-
Packages that use IntegrationRuntimeResourceInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeResourceInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return IntegrationRuntimeResourceInner Modifier and Type Method Description IntegrationRuntimeResourceInner
IntegrationRuntimesClient. createOrUpdate(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeResourceInner integrationRuntime)
Creates or updates an integration runtime.IntegrationRuntimeResourceInner
IntegrationRuntimesClient. get(String resourceGroupName, String factoryName, String integrationRuntimeName)
Gets an integration runtime.IntegrationRuntimeResourceInner
IntegrationRuntimesClient. update(String resourceGroupName, String factoryName, String integrationRuntimeName, UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest)
Updates an integration runtime.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type IntegrationRuntimeResourceInner Modifier and Type Method Description 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.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.Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type IntegrationRuntimeResourceInner Modifier and Type Method Description IntegrationRuntimeResourceInner
IntegrationRuntimesClient. 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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return IntegrationRuntimeResourceInner Modifier and Type Method Description IntegrationRuntimeResourceInner
IntegrationRuntimeResourceInner. withId(String id)
IntegrationRuntimeResourceInner
IntegrationRuntimeResourceInner. withProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties. -
Uses of IntegrationRuntimeResourceInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeResourceInner Modifier and Type Method Description IntegrationRuntimeResourceInner
IntegrationRuntimeResource. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeResourceInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeResourceInner Modifier and Type Method Description List<IntegrationRuntimeResourceInner>
IntegrationRuntimeListResponse. value()
Get the value property: List of integration runtimes.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type IntegrationRuntimeResourceInner Modifier and Type Method Description IntegrationRuntimeListResponse
IntegrationRuntimeListResponse. withValue(List<IntegrationRuntimeResourceInner> value)
Set the value property: List of integration runtimes.
-