Compartilhar via


IntegrationRuntimes interface

Interface que representa um IntegrationRuntimes.

Métodos

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

Criar um runtime de integração

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

Criar um runtime de integração

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Excluir um runtime de integração

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Excluir um runtime de integração

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Desabilitar consulta interativa no integration runtime

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Desabilitar consulta interativa no integration runtime

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Habilitar consulta interativa no runtime de integração

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Habilitar consulta interativa no runtime de integração

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Iniciar um runtime de integração

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Iniciar um runtime de integração

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Parar um runtime de integração

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Parar um runtime de integração

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Obter um runtime de integração

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Listar todos os runtimes de integração

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Obtém a lista de dependências de rede de saída para um determinado runtime de integração Azure-SSIS.

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

Atualizar um runtime de integração

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Atualizar um runtime de integração

Detalhes do método

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

Criar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

integrationRuntime
IntegrationRuntimeResource

Definição de recurso de runtime de integração.

options
IntegrationRuntimesCreateOptionalParams

Os parâmetros de opções.

Retornos

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

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

Criar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

integrationRuntime
IntegrationRuntimeResource

Definição de recurso de runtime de integração.

options
IntegrationRuntimesCreateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Excluir um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Excluir um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Desabilitar consulta interativa no integration runtime

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesDisableInteractiveQueryOptionalParams

Os parâmetros de opções.

Retornos

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

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Desabilitar consulta interativa no integration runtime

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesDisableInteractiveQueryOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Habilitar consulta interativa no runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

Os parâmetros de opções.

Retornos

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

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Habilitar consulta interativa no runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Iniciar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesStartOptionalParams

Os parâmetros de opções.

Retornos

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

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Iniciar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesStartOptionalParams

Os parâmetros de opções.

Retornos

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Parar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesStopOptionalParams

Os parâmetros de opções.

Retornos

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

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Parar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesStopOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Obter um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesGetOptionalParams

Os parâmetros de opções.

Retornos

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Listar todos os runtimes de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

options
IntegrationRuntimesListByWorkspaceOptionalParams

Os parâmetros de opções.

Retornos

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Obtém a lista de dependências de rede de saída para um determinado runtime de integração Azure-SSIS.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

Retornos

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

Atualizar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

Os parâmetros para atualizar um runtime de integração.

options
IntegrationRuntimesUpdateOptionalParams

Os parâmetros de opções.

Retornos

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Atualizar um runtime de integração

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimesUpgradeOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>