Bagikan melalui


CustomDataSourceLinkedService Class

Definition

Custom linked service.

[Newtonsoft.Json.JsonObject("CustomDataSource")]
public class CustomDataSourceLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Newtonsoft.Json.JsonObject("CustomDataSource")>]
type CustomDataSourceLinkedService = class
    inherit LinkedService
Public Class CustomDataSourceLinkedService
Inherits LinkedService
Inheritance
CustomDataSourceLinkedService
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

CustomDataSourceLinkedService()

Initializes a new instance of the CustomDataSourceLinkedService class.

CustomDataSourceLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>)

Initializes a new instance of the CustomDataSourceLinkedService class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
TypeProperties

Gets or sets custom linked service properties.

Methods

Validate()

Validate the object.

Applies to