Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeResource
-
Packages that use IntegrationRuntimeResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeResource Modifier and Type Method Description IntegrationRuntimeResource
IntegrationRuntimeResource.Update. apply()
Executes the update request.IntegrationRuntimeResource
IntegrationRuntimeResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.IntegrationRuntimeResource
IntegrationRuntimeResource.DefinitionStages.WithCreate. create()
Executes the create request.IntegrationRuntimeResource
IntegrationRuntimeResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.IntegrationRuntimeResource
IntegrationRuntimes. get(String resourceGroupName, String factoryName, String integrationRuntimeName)
Gets an integration runtime.IntegrationRuntimeResource
IntegrationRuntimes. getById(String id)
Gets an integration runtime.IntegrationRuntimeResource
IntegrationRuntimeResource. refresh()
Refreshes the resource to sync with Azure.IntegrationRuntimeResource
IntegrationRuntimeResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeResource Modifier and Type Method Description com.azure.core.http.rest.Response<IntegrationRuntimeResource>
IntegrationRuntimes. getByIdWithResponse(String id, String ifNoneMatch, com.azure.core.util.Context context)
Gets an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeResource>
IntegrationRuntimes. 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<IntegrationRuntimeResource>
IntegrationRuntimes. listByFactory(String resourceGroupName, String factoryName)
Lists integration runtimes.com.azure.core.http.rest.PagedIterable<IntegrationRuntimeResource>
IntegrationRuntimes. listByFactory(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
Lists integration runtimes.
-