Uses of Interface
com.azure.resourcemanager.datafactory.models.LinkedServiceResource
-
Packages that use LinkedServiceResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of LinkedServiceResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return LinkedServiceResource Modifier and Type Method Description LinkedServiceResource
LinkedServiceResource.Update. apply()
Executes the update request.LinkedServiceResource
LinkedServiceResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.LinkedServiceResource
LinkedServiceResource.DefinitionStages.WithCreate. create()
Executes the create request.LinkedServiceResource
LinkedServiceResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.LinkedServiceResource
LinkedServices. get(String resourceGroupName, String factoryName, String linkedServiceName)
Gets a linked service.LinkedServiceResource
LinkedServices. getById(String id)
Gets a linked service.LinkedServiceResource
LinkedServiceResource. refresh()
Refreshes the resource to sync with Azure.LinkedServiceResource
LinkedServiceResource. 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 LinkedServiceResource Modifier and Type Method Description com.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.
-