Share via


DataFactoryLinkedServiceReference Class

Definition

Linked service reference type.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference+DataFactoryLinkedServiceReferenceConverter))]
public class DataFactoryLinkedServiceReference
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference+DataFactoryLinkedServiceReferenceConverter))>]
type DataFactoryLinkedServiceReference = class
Public Class DataFactoryLinkedServiceReference
Inheritance
DataFactoryLinkedServiceReference
Attributes

Constructors

DataFactoryLinkedServiceReference(DataFactoryLinkedServiceReferenceKind, String)

Initializes a new instance of DataFactoryLinkedServiceReference.

DataFactoryLinkedServiceReference(DataFactoryLinkedServiceReferenceType, String)

Initializes a new instance of DataFactoryLinkedServiceReference.

Properties

Parameters

Arguments for LinkedService.

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formated json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

ReferenceKind

Linked service reference type.

ReferenceName

Reference LinkedService name.

ReferenceType

Linked service reference type.

Applies to