LinkedServicesClient Interface
public interface LinkedServicesClient
An instance of this class provides access to all the operations defined in LinkedServicesClient.
Method Summary
Method Details
createOrUpdate
public abstract LinkedServiceResourceInner createOrUpdate(String resourceGroupName, String factoryName, String linkedServiceName, LinkedServiceResourceInner linkedService)
Creates or updates a linked service.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<LinkedServiceResourceInner> createOrUpdateWithResponse(String resourceGroupName, String factoryName, String linkedServiceName, LinkedServiceResourceInner linkedService, String ifMatch, Context context)
Creates or updates a linked service.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String factoryName, String linkedServiceName)
Deletes a linked service.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String factoryName, String linkedServiceName, Context context)
Deletes a linked service.
Parameters:
Returns:
get
public abstract LinkedServiceResourceInner get(String resourceGroupName, String factoryName, String linkedServiceName)
Gets a linked service.
Parameters:
Returns:
getWithResponse
public abstract Response<LinkedServiceResourceInner> getWithResponse(String resourceGroupName, String factoryName, String linkedServiceName, String ifNoneMatch, Context context)
Gets a linked service.
Parameters:
Returns:
listByFactory
public abstract PagedIterable<LinkedServiceResourceInner> listByFactory(String resourceGroupName, String factoryName)
Lists linked services.
Parameters:
Returns:
listByFactory
public abstract PagedIterable<LinkedServiceResourceInner> listByFactory(String resourceGroupName, String factoryName, Context context)
Lists linked services.
Parameters:
Returns: