LinkedServices Interface
public interface LinkedServices
Resource collection API of LinkedServices.
Method Summary
Method Details
define
public abstract LinkedServiceResource.DefinitionStages.Blank define(String name)
Begins definition for a new LinkedServiceResource resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String factoryName, String linkedServiceName)
Deletes a linked service.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a linked service.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes a linked service.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String factoryName, String linkedServiceName, Context context)
Deletes a linked service.
Parameters:
Returns:
get
public abstract LinkedServiceResource get(String resourceGroupName, String factoryName, String linkedServiceName)
Gets a linked service.
Parameters:
Returns:
getById
public abstract LinkedServiceResource getById(String id)
Gets a linked service.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<LinkedServiceResource> getByIdWithResponse(String id, String ifNoneMatch, Context context)
Gets a linked service.
Parameters:
Returns:
getWithResponse
public abstract Response<LinkedServiceResource> getWithResponse(String resourceGroupName, String factoryName, String linkedServiceName, String ifNoneMatch, Context context)
Gets a linked service.
Parameters:
Returns:
listByFactory
public abstract PagedIterable<LinkedServiceResource> listByFactory(String resourceGroupName, String factoryName)
Lists linked services.
Parameters:
Returns:
listByFactory
public abstract PagedIterable<LinkedServiceResource> listByFactory(String resourceGroupName, String factoryName, Context context)
Lists linked services.
Parameters:
Returns: