IntegrationRuntimeObjectMetadataOperations interface

Interface representando operações de IntegrationRuntimeObjectMetadata.

Propriedades

beginRefresh
beginRefreshAndWait
get

Obtenha metadados de objeto de runtime de integração do SSIS por caminho especificado. O retorno é uma lista de metadados que podem ser pagináveis.

refresh

Atualize os metadados de objeto do SSIS Integration Runtime.

Detalhes da propriedade

beginRefresh

Aviso

Essa API foi preterida.

use refresh instead

beginRefresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>

Valor da propriedade

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>

beginRefreshAndWait

Aviso

Essa API foi preterida.

use refresh instead

beginRefreshAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>

Valor da propriedade

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>

get

Obtenha metadados de objeto de runtime de integração do SSIS por caminho especificado. O retorno é uma lista de metadados que podem ser pagináveis.

get: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>

Valor da propriedade

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>

refresh

Atualize os metadados de objeto do SSIS Integration Runtime.

refresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>

Valor da propriedade

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>