Show / Hide Table of Contents

Class LinkedServiceReference

Linked service reference type.

Inheritance
System.Object
LinkedServiceReference
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference/LinkedServiceReferenceConverter))]
public class LinkedServiceReference

Constructors

LinkedServiceReference(LinkedServiceReferenceType, String)

Initializes a new instance of LinkedServiceReference.

Declaration
public LinkedServiceReference (Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType type, string referenceName);
Parameters
LinkedServiceReferenceType type

Linked service reference type.

System.String referenceName

Reference LinkedService name.

Exceptions
System.ArgumentNullException

referenceName is null.

Properties

Parameters

Arguments for LinkedService.

Declaration
public System.Collections.Generic.IDictionary<string,object> Parameters { get; }
Property Value
System.Collections.Generic.IDictionary<System.String,System.Object>

ReferenceName

Reference LinkedService name.

Declaration
public string ReferenceName { get; set; }
Property Value
System.String

Type

Linked service reference type.

Declaration
public Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType Type { get; set; }
Property Value
LinkedServiceReferenceType

Back to top Azure SDK for .NET