LinkedServicesClient Interface

public interface LinkedServicesClient

An instance of this class provides access to all the operations defined in LinkedServicesClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<LinkedServiceInner>,LinkedServiceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters)

Create or update a linked service.

abstract SyncPoller<PollResult<LinkedServiceInner>,LinkedServiceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, Context context)

Create or update a linked service.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName)

Deletes a linked service instance.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)

Deletes a linked service instance.

abstract LinkedServiceInner createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters)

Create or update a linked service.

abstract LinkedServiceInner createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, Context context)

Create or update a linked service.

abstract void delete(String resourceGroupName, String workspaceName, String linkedServiceName)

Deletes a linked service instance.

abstract void delete(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)

Deletes a linked service instance.

abstract LinkedServiceInner get(String resourceGroupName, String workspaceName, String linkedServiceName)

Gets a linked service instance.

abstract Response<LinkedServiceInner> getWithResponse(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)

Gets a linked service instance.

abstract PagedIterable<LinkedServiceInner> listByWorkspace(String resourceGroupName, String workspaceName)

Gets the linked services instances in a workspace.

abstract PagedIterable<LinkedServiceInner> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

Gets the linked services instances in a workspace.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.
parameters - The parameters required to create or update a linked service.

Returns:

the SyncPoller<T,U> for polling of the top level Linked service resource container.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.
parameters - The parameters required to create or update a linked service.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the top level Linked service resource container.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName)

Deletes a linked service instance.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.

Returns:

the SyncPoller<T,U> for polling of the top level Linked service resource container.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)

Deletes a linked service instance.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the top level Linked service resource container.

createOrUpdate

public abstract LinkedServiceInner createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters)

Create or update a linked service.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.
parameters - The parameters required to create or update a linked service.

Returns:

the top level Linked service resource container.

createOrUpdate

public abstract LinkedServiceInner createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, Context context)

Create or update a linked service.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.
parameters - The parameters required to create or update a linked service.
context - The context to associate with this operation.

Returns:

the top level Linked service resource container.

delete

public abstract void delete(String resourceGroupName, String workspaceName, String linkedServiceName)

Deletes a linked service instance.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.

delete

public abstract void delete(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)

Deletes a linked service instance.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.
context - The context to associate with this operation.

get

public abstract LinkedServiceInner get(String resourceGroupName, String workspaceName, String linkedServiceName)

Gets a linked service instance.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.

Returns:

a linked service instance.

getWithResponse

public abstract Response<LinkedServiceInner> getWithResponse(String resourceGroupName, String workspaceName, String linkedServiceName, Context context)

Gets a linked service instance.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
linkedServiceName - Name of the linked service.
context - The context to associate with this operation.

Returns:

a linked service instance along with Response<T>.

listByWorkspace

public abstract PagedIterable<LinkedServiceInner> listByWorkspace(String resourceGroupName, String workspaceName)

Gets the linked services instances in a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.

Returns:

the linked services instances in a workspace as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable<LinkedServiceInner> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

Gets the linked services instances in a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
context - The context to associate with this operation.

Returns:

the linked services instances in a workspace as paginated response with PagedIterable<T>.

Applies to