ArmDataFactoryModelFactory.DataFactoryChangeDataCaptureData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
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.
- additionalProperties
- IDictionary<String,BinaryData>
Additional Properties.
Returns
A new DataFactoryChangeDataCaptureData instance for mocking.
Applies to
Azure SDK for .NET