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.

Inheritance
builtins.object
IntegrationRuntimeObjectMetadataOperations

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 resource group name. 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 either SsisObjectMetadataStatusResponse or the result of cls(response)

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 resource group name. Required.

factory_name
Required
str

The factory name. Required.

integration_runtime_name
Required
str

The integration runtime name. Required.

get_metadata_request
Required

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

Returns

Type Description

SsisObjectMetadataListResponse or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.datafactory.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>