Partager via


LinkedServices interface

Interface représentant un LinkedServices.

Méthodes

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

Crée ou met à jour un service lié.

delete(string, string, string, LinkedServicesDeleteOptionalParams)

Supprime un service lié.

get(string, string, string, LinkedServicesGetOptionalParams)

Obtient un service lié.

listByFactory(string, string, LinkedServicesListByFactoryOptionalParams)

Répertorie les services liés.

Détails de la méthode

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

Crée ou met à jour un service lié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

linkedServiceName

string

Nom du service lié.

linkedService
LinkedServiceResource

Définition de ressource de service lié.

options
LinkedServicesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

delete(string, string, string, LinkedServicesDeleteOptionalParams)

Supprime un service lié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

linkedServiceName

string

Nom du service lié.

options
LinkedServicesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, LinkedServicesGetOptionalParams)

Obtient un service lié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

linkedServiceName

string

Nom du service lié.

options
LinkedServicesGetOptionalParams

Paramètres d’options.

Retours

listByFactory(string, string, LinkedServicesListByFactoryOptionalParams)

Répertorie les services liés.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

options
LinkedServicesListByFactoryOptionalParams

Paramètres d’options.

Retours