LinkedServicesOperations interface

Interface representing a LinkedServices operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create or update a linked service.

delete

Deletes a linked service instance.

get

Gets a linked service instance.

listByWorkspace

Gets the linked services instances in a workspace.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LinkedService>, LinkedService>>

Property Value

(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LinkedService>, LinkedService>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<LinkedService>

Property Value

(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams) => Promise<LinkedService>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<LinkedService>, LinkedService>>

Property Value

(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<LinkedService>, LinkedService>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<LinkedService>

Property Value

(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => Promise<LinkedService>

createOrUpdate

Create or update a linked service.

createOrUpdate: (resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LinkedService>, LinkedService>

Property Value

(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LinkedService>, LinkedService>

delete

Deletes a linked service instance.

delete: (resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => PollerLike<OperationState<LinkedService>, LinkedService>

Property Value

(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams) => PollerLike<OperationState<LinkedService>, LinkedService>

get

Gets a linked service instance.

get: (resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams) => Promise<LinkedService>

Property Value

(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams) => Promise<LinkedService>

listByWorkspace

Gets the linked services instances in a workspace.

listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: LinkedServicesListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<LinkedService, LinkedService[], PageSettings>

Property Value

(resourceGroupName: string, workspaceName: string, options?: LinkedServicesListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<LinkedService, LinkedService[], PageSettings>