LinkedServices Interface
public interface LinkedServices
Resource collection API of LinkedServices.
Method Summary
Method Details
define
public abstract LinkedService.DefinitionStages.Blank define(String name)
Begins definition for a new LinkedService resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String linkedServiceName)
Deletes a linked service instance.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)
Deletes a linked service instance.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a linked service instance.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a linked service instance.
Parameters:
get
public abstract LinkedService get(String resourceGroupName, String workspaceName, String linkedServiceName)
Gets a linked service instance.
Parameters:
Returns:
getById
public abstract LinkedService getById(String id)
Gets a linked service instance.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<LinkedService> getByIdWithResponse(String id, Context context)
Gets a linked service instance.
Parameters:
Returns:
getWithResponse
public abstract Response<LinkedService> getWithResponse(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)
Gets a linked service instance.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<LinkedService> listByWorkspace(String resourceGroupName, String workspaceName)
Gets the linked services instances in a workspace.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<LinkedService> listByWorkspace(String resourceGroupName, String workspaceName, Context context)
Gets the linked services instances in a workspace.
Parameters:
Returns: