GetChangeDataCaptureResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

The description of the change data capture.

Link copied to clipboard

Etag identifies change in the resource.

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
val id: String

The resource identifier.

Link copied to clipboard

The resource name.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val status: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

The resource type.