ChangeDataCaptureResource Class

Change data capture resource type.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.SubResource
ChangeDataCaptureResource

Constructor

ChangeDataCaptureResource(*, source_connections_info: List[_models.MapperSourceConnectionsInfo], target_connections_info: List[_models.MapperTargetConnectionsInfo], policy: _models.MapperPolicy, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, folder: _models.ChangeDataCaptureFolder | None = None, description: str | None = None, allow_v_net_override: bool | None = None, status: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

folder

The folder that this CDC is in. If not specified, CDC will appear at the root level.

description
str

The description of the change data capture.

source_connections_info

List of sources connections that can be used as sources in the CDC. Required.

target_connections_info

List of target connections that can be used as sources in the CDC. Required.

policy

CDC policy. Required.

allow_v_net_override

A boolean to determine if the vnet configuration needs to be overwritten.

status
str

Status of the CDC as to if it is running or stopped.

Variables

Name Description
id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

etag
str

Etag identifies change in the resource.

additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

folder

The folder that this CDC is in. If not specified, CDC will appear at the root level.

description
str

The description of the change data capture.

source_connections_info

List of sources connections that can be used as sources in the CDC. Required.

target_connections_info

List of target connections that can be used as sources in the CDC. Required.

policy

CDC policy. Required.

allow_v_net_override

A boolean to determine if the vnet configuration needs to be overwritten.

status
str

Status of the CDC as to if it is running or stopped.