DataFactoryLinkedServiceReference Class
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.
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:
|
ReferenceKind |
Linked service reference type. |
ReferenceName |
Reference LinkedService name. |
ReferenceType |
Linked service reference type. |
Applies to
Azure SDK for .NET