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.

async begin_refresh(resource_group_name: str, factory_name: str, integration_runtime_name: str, **kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.datafactory.models._models_py3.SsisObjectMetadataStatusResponse]

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

integration_runtime_name
str
Required

The integration runtime name.

cls
callable

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or AsyncPollingMethod

By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of AsyncLROPoller that returns either SsisObjectMetadataStatusResponse or the result of cls(response)

Return type

Exceptions

get

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

async get(resource_group_name: str, factory_name: str, integration_runtime_name: str, get_metadata_request: Optional[azure.mgmt.datafactory.models._models_py3.GetSsisObjectMetadataRequest] = None, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.SsisObjectMetadataListResponse

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

integration_runtime_name
str
Required

The integration runtime name.

get_metadata_request
GetSsisObjectMetadataRequest
Required

The parameters for getting a SSIS object metadata. Default value is None.

cls
callable

A custom type or function that will be passed the direct response

Returns

SsisObjectMetadataListResponse, or the result of cls(response)

Return type

Exceptions

Attributes

models

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