IntegrationRuntimeObjectMetadataOperations interface

Interfaz que representa una operación de IntegrationRuntimeObjectMetadata.

Propiedades

beginRefresh
beginRefreshAndWait
get

Obtiene los metadatos de un objeto de SSIS Integration Runtime mediante la ruta de acceso especificada. La devolución es una lista de metadatos paginable.

refresh

Actualice los metadatos de un objeto de Integration Runtime de SSIS.

Detalles de las propiedades

beginRefresh

Advertencia

Esta API ya está en desuso.

use refresh instead

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

Valor de propiedad

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

beginRefreshAndWait

Advertencia

Esta API ya está en desuso.

use refresh instead

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

Valor de propiedad

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

get

Obtiene los metadatos de un objeto de SSIS Integration Runtime mediante la ruta de acceso especificada. La devolución es una lista de metadatos paginable.

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

Valor de propiedad

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

refresh

Actualice los metadatos de un objeto de Integration Runtime de SSIS.

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

Valor de propiedad

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