IntegrationRuntimeObjectMetadataOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

DataFactoryManagementClient's

<xref:integration_runtime_object_metadata> attribute.

Constructor

IntegrationRuntimeObjectMetadataOperations(*args, **kwargs)

Methods

begin_refresh

Refresh a SSIS integration runtime object metadata.

get

Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.

begin_refresh

Refresh a SSIS integration runtime object metadata.

begin_refresh(resource_group_name: str, factory_name: str, integration_runtime_name: str, **kwargs: Any) -> LROPoller[SsisObjectMetadataStatusResponse]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

factory_name
Required
str

The factory name. Required.

integration_runtime_name
Required
str

The integration runtime name. Required.

Returns

Type Description

An instance of LROPoller that returns SsisObjectMetadataStatusResponse. The SsisObjectMetadataStatusResponse is compatible with MutableMapping

Exceptions

Type Description

get

Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.

get(resource_group_name: str, factory_name: str, integration_runtime_name: str, get_metadata_request: _models.GetSsisObjectMetadataRequest | None = None, *, content_type: str = 'application/json', **kwargs: Any) -> _models.SsisObjectMetadataListResponse

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

factory_name
Required
str

The factory name. Required.

integration_runtime_name
Required
str

The integration runtime name. Required.

get_metadata_request

The parameters for getting a SSIS object metadata. Is either a GetSsisObjectMetadataRequest type or a IO[bytes] type. Default value is None.

Default value: None

Returns

Type Description

SsisObjectMetadataListResponse. The SsisObjectMetadataListResponse is compatible with MutableMapping

Exceptions

Type Description