Share via


CustomDataSourceLinkedService(BinaryData) Constructor

Definition

Initializes a new instance of CustomDataSourceLinkedService.

public CustomDataSourceLinkedService (BinaryData typeProperties);
new Azure.ResourceManager.DataFactory.Models.CustomDataSourceLinkedService : BinaryData -> Azure.ResourceManager.DataFactory.Models.CustomDataSourceLinkedService
Public Sub New (typeProperties As BinaryData)

Parameters

typeProperties
BinaryData

Custom linked service properties.

Exceptions

typeProperties is null.

Applies to