IntegrationRuntimes interface

Интерфейс, представляющий IntegrationRuntimes.

Методы

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

Создание среды выполнения интеграции

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

Создание среды выполнения интеграции

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Удаление среды выполнения интеграции

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Удаление среды выполнения интеграции

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Отключение интерактивного запроса в среде выполнения интеграции

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Отключение интерактивного запроса в среде выполнения интеграции

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Включение интерактивного запроса в среде выполнения интеграции

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Включение интерактивного запроса в среде выполнения интеграции

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Запуск среды выполнения интеграции

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Запуск среды выполнения интеграции

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Остановка среды выполнения интеграции

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Остановка среды выполнения интеграции

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Получение среды выполнения интеграции

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Вывод списка всех сред выполнения интеграции

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Возвращает список зависимостей исходящей сети для заданной среды выполнения интеграции Azure-SSIS.

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

Обновление среды выполнения интеграции

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Обновление среды выполнения интеграции

Сведения о методе

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

Создание среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

integrationRuntime
IntegrationRuntimeResource

Определение ресурса среды выполнения интеграции.

options
IntegrationRuntimesCreateOptionalParams

Параметры параметров.

Возвращаемое значение

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

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

Создание среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

integrationRuntime
IntegrationRuntimeResource

Определение ресурса среды выполнения интеграции.

options
IntegrationRuntimesCreateOptionalParams

Параметры параметров.

Возвращаемое значение

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Удаление среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Удаление среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Отключение интерактивного запроса в среде выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesDisableInteractiveQueryOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Отключение интерактивного запроса в среде выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesDisableInteractiveQueryOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Включение интерактивного запроса в среде выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Включение интерактивного запроса в среде выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Запуск среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesStartOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Запуск среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesStartOptionalParams

Параметры параметров.

Возвращаемое значение

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Остановка среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesStopOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Остановка среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesStopOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Получение среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesGetOptionalParams

Параметры параметров.

Возвращаемое значение

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Вывод списка всех сред выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

options
IntegrationRuntimesListByWorkspaceOptionalParams

Параметры параметров.

Возвращаемое значение

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Возвращает список зависимостей исходящей сети для заданной среды выполнения интеграции Azure-SSIS.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams

Параметры параметров.

Возвращаемое значение

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

Обновление среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

Параметры для обновления среды выполнения интеграции.

options
IntegrationRuntimesUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Обновление среды выполнения интеграции

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

workspaceName

string

Имя рабочей области.

integrationRuntimeName

string

Имя среды выполнения интеграции

options
IntegrationRuntimesUpgradeOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>