LinkedServicesClient Interface
public interface LinkedServicesClient
An instance of this class provides access to all the operations defined in LinkedServicesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<LinkedServiceInner>,LinkedServiceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters)
Create or update a linked service.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<LinkedServiceInner>,LinkedServiceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, Context context)
Create or update a linked service.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName)
Deletes a linked service instance.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)
Deletes a linked service instance.
Parameters:
Returns:
createOrUpdate
public abstract LinkedServiceInner createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters)
Create or update a linked service.
Parameters:
Returns:
createOrUpdate
public abstract LinkedServiceInner createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, Context context)
Create or update a linked service.
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:
get
public abstract LinkedServiceInner get(String resourceGroupName, String workspaceName, String linkedServiceName)
Gets a linked service instance.
Parameters:
Returns:
getWithResponse
public abstract Response<LinkedServiceInner> getWithResponse(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)
Gets a linked service instance.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<LinkedServiceInner> listByWorkspace(String resourceGroupName, String workspaceName)
Gets the linked services instances in a workspace.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<LinkedServiceInner> listByWorkspace(String resourceGroupName, String workspaceName, Context context)
Gets the linked services instances in a workspace.
Parameters:
Returns: