LinkedServices interface

Interface representing a LinkedServices.

Methods

createOrUpdate(string, string, string, LinkedServiceResource, LinkedServicesCreateOrUpdateOptionalParams)

Creates or updates a linked service.

delete(string, string, string, LinkedServicesDeleteOptionalParams)

Deletes a linked service.

get(string, string, string, LinkedServicesGetOptionalParams)

Gets a linked service.

listByFactory(string, string, LinkedServicesListByFactoryOptionalParams)

Lists linked services.

Method Details

createOrUpdate(string, string, string, LinkedServiceResource, LinkedServicesCreateOrUpdateOptionalParams)

Creates or updates a linked service.

function createOrUpdate(resourceGroupName: string, factoryName: string, linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<LinkedServiceResource>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

linkedServiceName

string

The linked service name.

linkedService
LinkedServiceResource

Linked service resource definition.

options
LinkedServicesCreateOrUpdateOptionalParams

The options parameters.

Returns

delete(string, string, string, LinkedServicesDeleteOptionalParams)

Deletes a linked service.

function delete(resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

linkedServiceName

string

The linked service name.

options
LinkedServicesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, LinkedServicesGetOptionalParams)

Gets a linked service.

function get(resourceGroupName: string, factoryName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams): Promise<LinkedServiceResource>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

linkedServiceName

string

The linked service name.

options
LinkedServicesGetOptionalParams

The options parameters.

Returns

listByFactory(string, string, LinkedServicesListByFactoryOptionalParams)

Lists linked services.

function listByFactory(resourceGroupName: string, factoryName: string, options?: LinkedServicesListByFactoryOptionalParams): PagedAsyncIterableIterator<LinkedServiceResource, LinkedServiceResource[], PageSettings>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

options
LinkedServicesListByFactoryOptionalParams

The options parameters.

Returns