ChangeDataCaptureResource interface
Change data capture resource type.
- Extends
Properties
| additional |
Additional properties |
| allow |
A boolean to determine if the vnet configuration needs to be overwritten. |
| description | The description of the change data capture. |
| etag | "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.") |
| folder | The folder that this CDC is in. If not specified, CDC will appear at the root level. |
| policy | CDC policy |
| source |
List of sources connections that can be used as sources in the CDC. |
| status | Status of the CDC as to if it is running or stopped. |
| target |
List of target connections that can be used as sources in the CDC. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
allowVNetOverride
A boolean to determine if the vnet configuration needs to be overwritten.
allowVNetOverride?: boolean
Property Value
boolean
description
The description of the change data capture.
description?: string
Property Value
string
etag
"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
etag?: string
Property Value
string
folder
The folder that this CDC is in. If not specified, CDC will appear at the root level.
folder?: ChangeDataCaptureFolder
Property Value
policy
sourceConnectionsInfo
List of sources connections that can be used as sources in the CDC.
sourceConnectionsInfo: MapperSourceConnectionsInfo[]
Property Value
status
Status of the CDC as to if it is running or stopped.
status?: string
Property Value
string
targetConnectionsInfo
List of target connections that can be used as sources in the CDC.
targetConnectionsInfo: MapperTargetConnectionsInfo[]
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type