Condividi tramite


LinkedServices interface

Interfaccia che rappresenta un oggetto LinkedServices.

Metodi

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

Crea o aggiorna un servizio collegato.

delete(string, string, string, LinkedServicesDeleteOptionalParams)

Elimina un servizio collegato.

get(string, string, string, LinkedServicesGetOptionalParams)

Ottiene un servizio collegato.

listByFactory(string, string, LinkedServicesListByFactoryOptionalParams)

Elenca i servizi collegati.

Dettagli metodo

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

Crea o aggiorna un servizio collegato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

linkedServiceName

string

Nome del servizio collegato.

linkedService
LinkedServiceResource

Definizione della risorsa del servizio collegato.

options
LinkedServicesCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

delete(string, string, string, LinkedServicesDeleteOptionalParams)

Elimina un servizio collegato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

linkedServiceName

string

Nome del servizio collegato.

options
LinkedServicesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, LinkedServicesGetOptionalParams)

Ottiene un servizio collegato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

linkedServiceName

string

Nome del servizio collegato.

options
LinkedServicesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByFactory(string, string, LinkedServicesListByFactoryOptionalParams)

Elenca i servizi collegati.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

options
LinkedServicesListByFactoryOptionalParams

Parametri delle opzioni.

Restituisce