IntegrationRuntimeObjectMetadataOperations interface
Интерфейс, представляющий операции IntegrationRuntimeObjectMetadata.
Свойства
| begin |
|
| begin |
|
| get | Получение метаданных объекта среды выполнения интеграции SSIS по указанному пути. Возвращается список метаданных, доступный для страниц. |
| refresh | Обновите метаданные объекта среды выполнения интеграции SSIS. |
Сведения о свойстве
beginRefresh
Предупреждение
Теперь этот API является нерекомендуемым.
use refresh instead
beginRefresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>
Значение свойства
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>
beginRefreshAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use refresh instead
beginRefreshAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>
Значение свойства
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>
get
Получение метаданных объекта среды выполнения интеграции SSIS по указанному пути. Возвращается список метаданных, доступный для страниц.
get: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>
Значение свойства
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>
refresh
Обновите метаданные объекта среды выполнения интеграции SSIS.
refresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>
Значение свойства
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>