Partager via


IntegrationRuntimes interface

Interface représentant un IntegrationRuntimes.

Méthodes

beginCreate(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

Créer un runtime d’intégration

beginCreateAndWait(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

Créer un runtime d’intégration

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Supprimer un runtime d’intégration

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Supprimer un runtime d’intégration

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Désactiver la requête interactive dans le runtime d’intégration

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Désactiver la requête interactive dans le runtime d’intégration

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Activer la requête interactive dans le runtime d’intégration

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Activer la requête interactive dans le runtime d’intégration

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Démarrer un runtime d’intégration

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Démarrer un runtime d’intégration

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Arrêter un runtime d’intégration

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Arrêter un runtime d’intégration

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Obtenir un runtime d’intégration

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Répertorier tous les runtimes d’intégration

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Obtient la liste des dépendances réseau sortantes pour un runtime d’intégration Azure-SSIS donné.

update(string, string, string, UpdateIntegrationRuntimeRequest, IntegrationRuntimesUpdateOptionalParams)

Mettre à jour un runtime d’intégration

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Mettre à niveau un runtime d’intégration

Détails de la méthode

beginCreate(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

Créer un runtime d’intégration

function beginCreate(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntime: IntegrationRuntimeResource, options?: IntegrationRuntimesCreateOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

integrationRuntime
IntegrationRuntimeResource

Définition de ressource runtime d’intégration.

options
IntegrationRuntimesCreateOptionalParams

Paramètres d’options.

Retours

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

beginCreateAndWait(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

Créer un runtime d’intégration

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntime: IntegrationRuntimeResource, options?: IntegrationRuntimesCreateOptionalParams): Promise<IntegrationRuntimeResource>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

integrationRuntime
IntegrationRuntimeResource

Définition de ressource runtime d’intégration.

options
IntegrationRuntimesCreateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Supprimer un runtime d’intégration

function beginDelete(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Supprimer un runtime d’intégration

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Désactiver la requête interactive dans le runtime d’intégration

function beginDisableInteractiveQuery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDisableInteractiveQueryOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

Retours

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

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Désactiver la requête interactive dans le runtime d’intégration

function beginDisableInteractiveQueryAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDisableInteractiveQueryOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

Retours

Promise<void>

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Activer la requête interactive dans le runtime d’intégration

function beginEnableInteractiveQuery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesEnableInteractiveQueryOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

Retours

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

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Activer la requête interactive dans le runtime d’intégration

function beginEnableInteractiveQueryAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesEnableInteractiveQueryOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

Retours

Promise<void>

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Démarrer un runtime d’intégration

function beginStart(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimeStatusResponse>, IntegrationRuntimeStatusResponse>>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesStartOptionalParams

Paramètres d’options.

Retours

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

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Démarrer un runtime d’intégration

function beginStartAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<IntegrationRuntimeStatusResponse>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesStartOptionalParams

Paramètres d’options.

Retours

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Arrêter un runtime d’intégration

function beginStop(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesStopOptionalParams

Paramètres d’options.

Retours

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

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Arrêter un runtime d’intégration

function beginStopAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesStopOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Obtenir un runtime d’intégration

function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesGetOptionalParams

Paramètres d’options.

Retours

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Répertorier tous les runtimes d’intégration

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IntegrationRuntimesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IntegrationRuntimeResource, IntegrationRuntimeResource[], 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
IntegrationRuntimesListByWorkspaceOptionalParams

Paramètres d’options.

Retours

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Obtient la liste des dépendances réseau sortantes pour un runtime d’intégration Azure-SSIS donné.

function listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams): Promise<IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

Retours

update(string, string, string, UpdateIntegrationRuntimeRequest, IntegrationRuntimesUpdateOptionalParams)

Mettre à jour un runtime d’intégration

function update(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, updateIntegrationRuntimeRequest: UpdateIntegrationRuntimeRequest, options?: IntegrationRuntimesUpdateOptionalParams): Promise<IntegrationRuntimeResource>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

Paramètres de mise à jour d’un runtime d’intégration.

options
IntegrationRuntimesUpdateOptionalParams

Paramètres d’options.

Retours

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Mettre à niveau un runtime d’intégration

function upgrade(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesUpgradeOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

integrationRuntimeName

string

Nom du runtime d’intégration

options
IntegrationRuntimesUpgradeOptionalParams

Paramètres d’options.

Retours

Promise<void>