Partager via


LinkedServices interface

Interface représentant un LinkedServices.

Méthodes

beginCreateOrUpdate(string, string, string, LinkedService, LinkedServicesCreateOrUpdateOptionalParams)

Créez ou mettez à jour un service lié.

beginCreateOrUpdateAndWait(string, string, string, LinkedService, LinkedServicesCreateOrUpdateOptionalParams)

Créez ou mettez à jour un service lié.

beginDelete(string, string, string, LinkedServicesDeleteOptionalParams)

Supprime une instance de service lié.

beginDeleteAndWait(string, string, string, LinkedServicesDeleteOptionalParams)

Supprime une instance de service lié.

get(string, string, string, LinkedServicesGetOptionalParams)

Obtient une instance de service lié.

listByWorkspace(string, string, LinkedServicesListByWorkspaceOptionalParams)

Obtient les instances de services liés dans un espace de travail.

Détails de la méthode

beginCreateOrUpdate(string, string, string, LinkedService, LinkedServicesCreateOrUpdateOptionalParams)

Créez ou mettez à jour un service lié.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LinkedService>, LinkedService>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

linkedServiceName

string

Nom de la ressource linkedServices

parameters
LinkedService

Paramètres requis pour créer ou mettre à jour un service lié.

options
LinkedServicesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<LinkedService>, LinkedService>>

beginCreateOrUpdateAndWait(string, string, string, LinkedService, LinkedServicesCreateOrUpdateOptionalParams)

Créez ou mettez à jour un service lié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

linkedServiceName

string

Nom de la ressource linkedServices

parameters
LinkedService

Paramètres requis pour créer ou mettre à jour un service lié.

options
LinkedServicesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<LinkedService>

beginDelete(string, string, string, LinkedServicesDeleteOptionalParams)

Supprime une instance de service lié.

function beginDelete(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<LinkedService>, LinkedService>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

linkedServiceName

string

Nom du service lié.

options
LinkedServicesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<LinkedService>, LinkedService>>

beginDeleteAndWait(string, string, string, LinkedServicesDeleteOptionalParams)

Supprime une instance de service lié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

linkedServiceName

string

Nom du service lié.

options
LinkedServicesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<LinkedService>

get(string, string, string, LinkedServicesGetOptionalParams)

Obtient une instance de service lié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

linkedServiceName

string

Nom du service lié.

options
LinkedServicesGetOptionalParams

Paramètres d’options.

Retours

Promise<LinkedService>

listByWorkspace(string, string, LinkedServicesListByWorkspaceOptionalParams)

Obtient les instances de services liés dans un espace de travail.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

options
LinkedServicesListByWorkspaceOptionalParams

Paramètres d’options.

Retours