IntegrationRuntimeObjectMetadata interface
Interface representing a IntegrationRuntimeObjectMetadata.
Methods
begin |
Refresh a SSIS integration runtime object metadata. |
begin |
Refresh a SSIS integration runtime object metadata. |
get(string, string, string, Integration |
Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list. |
Method Details
beginRefresh(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)
Refresh a SSIS integration runtime object metadata.
function beginRefresh(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- integrationRuntimeName
-
string
The integration runtime name.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>
beginRefreshAndWait(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)
Refresh a SSIS integration runtime object metadata.
function beginRefreshAndWait(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SsisObjectMetadataStatusResponse>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- integrationRuntimeName
-
string
The integration runtime name.
The options parameters.
Returns
Promise<SsisObjectMetadataStatusResponse>
get(string, string, string, IntegrationRuntimeObjectMetadataGetOptionalParams)
Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.
function get(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams): Promise<SsisObjectMetadataListResponse>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- integrationRuntimeName
-
string
The integration runtime name.
The options parameters.
Returns
Promise<SsisObjectMetadataListResponse>