Aracılığıyla paylaş


IntegrationRuntimes interface

IntegrationRuntimes'ı temsil eden arabirim.

Yöntemler

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

Tümleştirme çalışma zamanı oluşturma

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

Tümleştirme çalışma zamanı oluşturma

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Tümleştirme çalışma zamanını silme

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Tümleştirme çalışma zamanını silme

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu devre dışı bırakma

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu devre dışı bırakma

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu etkinleştirme

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu etkinleştirme

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Tümleştirme çalışma zamanı başlatma

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Tümleştirme çalışma zamanı başlatma

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Tümleştirme çalışma zamanını durdurma

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Tümleştirme çalışma zamanını durdurma

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Tümleştirme çalışma zamanı alma

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Tüm tümleştirme çalışma zamanlarını listeleme

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Belirli bir Azure-SSIS tümleştirme çalışma zamanı için giden ağ bağımlılıklarının listesini alır.

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

Tümleştirme çalışma zamanını güncelleştirme

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Tümleştirme çalışma zamanını yükseltme

Yöntem Ayrıntıları

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

Tümleştirme çalışma zamanı oluşturma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

integrationRuntime
IntegrationRuntimeResource

Tümleştirme çalışma zamanı kaynak tanımı.

options
IntegrationRuntimesCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

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

Tümleştirme çalışma zamanı oluşturma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

integrationRuntime
IntegrationRuntimeResource

Tümleştirme çalışma zamanı kaynak tanımı.

options
IntegrationRuntimesCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Tümleştirme çalışma zamanını silme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

Tümleştirme çalışma zamanını silme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu devre dışı bırakma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

Döndürülenler

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

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu devre dışı bırakma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

Döndürülenler

Promise<void>

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu etkinleştirme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

Tümleştirme çalışma zamanında etkileşimli sorguyu etkinleştirme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

Tümleştirme çalışma zamanı başlatma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesStartOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

Tümleştirme çalışma zamanı başlatma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesStartOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

Tümleştirme çalışma zamanını durdurma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesStopOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

Tümleştirme çalışma zamanını durdurma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesStopOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, IntegrationRuntimesGetOptionalParams)

Tümleştirme çalışma zamanı alma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

Tüm tümleştirme çalışma zamanlarını listeleme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

options
IntegrationRuntimesListByWorkspaceOptionalParams

Seçenekler parametreleri.

Döndürülenler

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

Belirli bir Azure-SSIS tümleştirme çalışma zamanı için giden ağ bağımlılıklarının listesini alır.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

Döndürülenler

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

Tümleştirme çalışma zamanını güncelleştirme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

Tümleştirme çalışma zamanını güncelleştirme parametreleri.

options
IntegrationRuntimesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

Tümleştirme çalışma zamanını yükseltme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı

options
IntegrationRuntimesUpgradeOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>