Show / Hide Table of Contents

Class AzureSynapseArtifactsLinkedService

Azure Synapse Analytics (Artifacts) linked service.

Inheritance
System.Object
LinkedService
AzureSynapseArtifactsLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureSynapseArtifactsLinkedService/AzureSynapseArtifactsLinkedServiceConverter))]
public class AzureSynapseArtifactsLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

AzureSynapseArtifactsLinkedService(Object)

Initializes a new instance of AzureSynapseArtifactsLinkedService.

Declaration
public AzureSynapseArtifactsLinkedService (object endpoint);
Parameters
System.Object endpoint

https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

endpoint is null.

Properties

Authentication

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

Declaration
public object Authentication { get; set; }
Property Value
System.Object

Endpoint

https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).

Declaration
public object Endpoint { get; set; }
Property Value
System.Object

WorkspaceResourceId

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).

Declaration
public object WorkspaceResourceId { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET