Share via


AzureSynapseArtifactsLinkedService Class

Definition

Azure Synapse Analytics (Artifacts) linked service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureSynapseArtifacts")]
public class AzureSynapseArtifactsLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureSynapseArtifacts")>]
type AzureSynapseArtifactsLinkedService = class
    inherit LinkedService
Public Class AzureSynapseArtifactsLinkedService
Inherits LinkedService
Inheritance
AzureSynapseArtifactsLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureSynapseArtifactsLinkedService()

Initializes a new instance of the AzureSynapseArtifactsLinkedService class.

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

Initializes a new instance of the AzureSynapseArtifactsLinkedService 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)
Authentication

Gets or sets required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string).

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
Endpoint

Gets or sets https://&lt;workspacename&gt;.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
WorkspaceResourceId

Gets or sets the resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to