Class AzureSynapseArtifactsLinkedService
Azure Synapse Analytics (Artifacts) linked service.
Inherited Members
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
|
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
|