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.
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
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
|
folder
|
The folder that this CDC is in. If not specified, CDC will appear at the root level. Default value: None
|
|
description
|
The description of the change data capture. Default value: None
|
|
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. Default value: None
|
|
status
|
Status of the CDC as to if it is running or stopped. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The resource identifier. |
|
name
|
The resource name. |
|
type
|
The resource type. |
|
etag
|
Etag identifies change in the resource. |
|
additional_properties
|
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
|
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
|
Status of the CDC as to if it is running or stopped. |