Get Change Data Capture Result
data class GetChangeDataCaptureResult(val allowVNetOverride: Boolean? = null, val description: String? = null, val etag: String, val folder: ChangeDataCaptureResponseFolder? = null, val id: String, val name: String, val policy: MapperPolicyResponse, val sourceConnectionsInfo: List<MapperSourceConnectionsInfoResponse>, val status: String? = null, val targetConnectionsInfo: List<MapperTargetConnectionsInfoResponse>, val type: String)
Change data capture resource type.
Constructors
Link copied to clipboard
constructor(allowVNetOverride: Boolean? = null, description: String? = null, etag: String, folder: ChangeDataCaptureResponseFolder? = null, id: String, name: String, policy: MapperPolicyResponse, sourceConnectionsInfo: List<MapperSourceConnectionsInfoResponse>, status: String? = null, targetConnectionsInfo: List<MapperTargetConnectionsInfoResponse>, type: String)
Properties
Link copied to clipboard
A boolean to determine if the vnet configuration needs to be overwritten.
Link copied to clipboard
The description of the change data capture.
Link copied to clipboard
The folder that this CDC is in. If not specified, CDC will appear at the root level.
Link copied to clipboard
CDC policy
Link copied to clipboard
List of sources connections that can be used as sources in the CDC.
Link copied to clipboard
List of target connections that can be used as sources in the CDC.