IntegrationRuntimes interface
表示 IntegrationRuntimes 的接口。
方法
方法详细信息
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
集成运行时资源定义。
选项参数。
返回
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
集成运行时资源定义。
选项参数。
返回
Promise<IntegrationRuntimeResource>
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
Promise<IntegrationRuntimeStatusResponse>
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
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
集成运行时名称
选项参数。
返回
Promise<IntegrationRuntimeResource>
listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)
列出所有集成运行时
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IntegrationRuntimesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IntegrationRuntimeResource, IntegrationRuntimeResource[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- workspaceName
-
string
工作区的名称。
选项参数。
返回
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
集成运行时名称
返回
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
用于更新集成运行时的参数。
选项参数。
返回
Promise<IntegrationRuntimeResource>
upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)
升级集成运行时
function upgrade(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesUpgradeOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- workspaceName
-
string
工作区的名称。
- integrationRuntimeName
-
string
集成运行时名称
选项参数。
返回
Promise<void>