你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmDataFactoryModelFactory.DataFactoryChangeDataCaptureData Method

Definition

Initializes a new instance of DataFactoryChangeDataCaptureData.

public static Azure.ResourceManager.DataFactory.DataFactoryChangeDataCaptureData DataFactoryChangeDataCaptureData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string folderName = default, string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataFactory.Models.MapperSourceConnectionsInfo> sourceConnectionsInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataFactory.Models.MapperTargetConnectionsInfo> targetConnectionsInfo = default, Azure.ResourceManager.DataFactory.Models.MapperPolicy policy = default, bool? allowVnetOverride = default, string status = default, Azure.ETag? eTag = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default);
static member DataFactoryChangeDataCaptureData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * seq<Azure.ResourceManager.DataFactory.Models.MapperSourceConnectionsInfo> * seq<Azure.ResourceManager.DataFactory.Models.MapperTargetConnectionsInfo> * Azure.ResourceManager.DataFactory.Models.MapperPolicy * Nullable<bool> * string * Nullable<Azure.ETag> * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.DataFactory.DataFactoryChangeDataCaptureData
Public Shared Function DataFactoryChangeDataCaptureData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional folderName As String = Nothing, Optional description As String = Nothing, Optional sourceConnectionsInfo As IEnumerable(Of MapperSourceConnectionsInfo) = Nothing, Optional targetConnectionsInfo As IEnumerable(Of MapperTargetConnectionsInfo) = Nothing, Optional policy As MapperPolicy = Nothing, Optional allowVnetOverride As Nullable(Of Boolean) = Nothing, Optional status As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing) As DataFactoryChangeDataCaptureData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

folderName
String

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

description
String

The description of the change data capture.

sourceConnectionsInfo
IEnumerable<MapperSourceConnectionsInfo>

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

targetConnectionsInfo
IEnumerable<MapperTargetConnectionsInfo>

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

policy
MapperPolicy

CDC policy.

allowVnetOverride
Nullable<Boolean>

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

status
String

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

eTag
Nullable<ETag>

Etag identifies change in the resource.

additionalProperties
IDictionary<String,BinaryData>

Additional Properties.

Returns

A new DataFactoryChangeDataCaptureData instance for mocking.

Applies to