IntegrationRuntimeObjectMetadataOperations interface
Interface representing a IntegrationRuntimeObjectMetadata operations.
Properties
| begin |
|
| begin |
|
| get | Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list. |
| refresh | Refresh a SSIS integration runtime object metadata. |
Property Details
beginRefresh
Warning
This API is now deprecated.
use refresh instead
beginRefresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>
beginRefreshAndWait
Warning
This API is now deprecated.
use refresh instead
beginRefreshAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>
get
Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.
get: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>
refresh
Refresh a SSIS integration runtime object metadata.
refresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>