Compartilhar via


IntegrationRuntimeObjectMetadata interface

Interface que representa um IntegrationRuntimeObjectMetadata.

Métodos

beginRefresh(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

Atualizar os metadados de objeto em um runtime de integração

beginRefreshAndWait(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

Atualizar os metadados de objeto em um runtime de integração

list(string, string, string, IntegrationRuntimeObjectMetadataListOptionalParams)

Obter metadados de objeto de um runtime de integração

Detalhes do método

beginRefresh(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

Atualizar os metadados de objeto em um runtime de integração

function beginRefresh(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<PollerLike<PollOperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>

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
IntegrationRuntimeObjectMetadataRefreshOptionalParams

Os parâmetros de opções.

Retornos

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

beginRefreshAndWait(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

Atualizar os metadados de objeto em um runtime de integração

function beginRefreshAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SsisObjectMetadataStatusResponse>

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
IntegrationRuntimeObjectMetadataRefreshOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, string, IntegrationRuntimeObjectMetadataListOptionalParams)

Obter metadados de objeto de um runtime de integração

function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataListOptionalParams): Promise<SsisObjectMetadataListResponse>

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
IntegrationRuntimeObjectMetadataListOptionalParams

Os parâmetros de opções.

Retornos