AzureSynapseArtifactsLinkedService 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.
Azure Synapse Analytics (Artifacts) linked service.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureSynapseArtifactsLinkedService+AzureSynapseArtifactsLinkedServiceConverter))]
public class AzureSynapseArtifactsLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureSynapseArtifactsLinkedService+AzureSynapseArtifactsLinkedServiceConverter))>]
type AzureSynapseArtifactsLinkedService = class
inherit LinkedService
Public Class AzureSynapseArtifactsLinkedService
Inherits LinkedService
- Inheritance
- Attributes
Constructors
AzureSynapseArtifactsLinkedService(Object) |
Initializes a new instance of AzureSynapseArtifactsLinkedService. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from LinkedService) |
Annotations |
List of tags that can be used for describing the linked service. (Inherited from LinkedService) |
Authentication |
Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string). |
ConnectVia |
The integration runtime reference. (Inherited from LinkedService) |
Description |
Linked service description. (Inherited from LinkedService) |
Endpoint |
https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string). |
Parameters |
Parameters for linked service. (Inherited from LinkedService) |
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). |
Applies to
Azure SDK for .NET