Uses of Interface
com.azure.resourcemanager.datafactory.models.LinkedServiceResource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of LinkedServiceResource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionLinkedServiceResource.Update.apply()
Executes the update request.LinkedServiceResource.Update.apply
(com.azure.core.util.Context context) Executes the update request.LinkedServiceResource.DefinitionStages.WithCreate.create()
Executes the create request.LinkedServiceResource.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a linked service.Gets a linked service.LinkedServiceResource.refresh()
Refreshes the resource to sync with Azure.LinkedServiceResource.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LinkedServiceResource>
LinkedServices.getByIdWithResponse
(String id, String ifNoneMatch, com.azure.core.util.Context context) Gets a linked service.com.azure.core.http.rest.Response<LinkedServiceResource>
LinkedServices.getWithResponse
(String resourceGroupName, String factoryName, String linkedServiceName, String ifNoneMatch, com.azure.core.util.Context context) Gets a linked service.com.azure.core.http.rest.PagedIterable<LinkedServiceResource>
LinkedServices.listByFactory
(String resourceGroupName, String factoryName) Lists linked services.com.azure.core.http.rest.PagedIterable<LinkedServiceResource>
LinkedServices.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists linked services.