Delen via


IntegrationRuntimes interface

Interface die een IntegrationRuntimes vertegenwoordigt.

Methoden

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

Een integratieruntime maken

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

Een integratieruntime maken

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Een integratieruntime verwijderen

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Een integratieruntime verwijderen

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Interactieve query uitschakelen in Integration Runtime

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Interactieve query uitschakelen in Integration Runtime

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Interactieve query inschakelen in Integration Runtime

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Interactieve query inschakelen in Integration Runtime

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Een integratieruntime starten

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Een integratieruntime starten

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Een integratieruntime stoppen

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Een integratieruntime stoppen

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Een integratieruntime ophalen

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Alle integratieruntimes weergeven

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Hiermee haalt u de lijst met uitgaande netwerkafhankelijkheden op voor een bepaalde Azure-SSIS Integration Runtime.

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

Een integratieruntime bijwerken

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Een integratieruntime upgraden

Methodedetails

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

Een integratieruntime maken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

integrationRuntime
IntegrationRuntimeResource

Resourcedefinitie van Integration Runtime.

options
IntegrationRuntimesCreateOptionalParams

De optiesparameters.

Retouren

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

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

Een integratieruntime maken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

integrationRuntime
IntegrationRuntimeResource

Resourcedefinitie van Integration Runtime.

options
IntegrationRuntimesCreateOptionalParams

De optiesparameters.

Retouren

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Een integratieruntime verwijderen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Een integratieruntime verwijderen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Interactieve query uitschakelen in Integration Runtime

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

Retouren

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

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Interactieve query uitschakelen in Integration Runtime

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

Retouren

Promise<void>

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Interactieve query inschakelen in Integration Runtime

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

Retouren

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

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Interactieve query inschakelen in Integration Runtime

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

Retouren

Promise<void>

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Een integratieruntime starten

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesStartOptionalParams

De optiesparameters.

Retouren

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

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Een integratieruntime starten

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesStartOptionalParams

De optiesparameters.

Retouren

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Een integratieruntime stoppen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesStopOptionalParams

De optiesparameters.

Retouren

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

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Een integratieruntime stoppen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesStopOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Een integratieruntime ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesGetOptionalParams

De optiesparameters.

Retouren

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Alle integratieruntimes weergeven

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

Retouren

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Hiermee haalt u de lijst met uitgaande netwerkafhankelijkheden op voor een bepaalde Azure-SSIS Integration Runtime.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

Retouren

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

Een integratieruntime bijwerken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

De parameters voor het bijwerken van een integration runtime.

options
IntegrationRuntimesUpdateOptionalParams

De optiesparameters.

Retouren

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Een integratieruntime upgraden

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

options
IntegrationRuntimesUpgradeOptionalParams

De optiesparameters.

Retouren

Promise<void>