Uses of Class
com.azure.resourcemanager.datafactory.models.AzureSynapseArtifactsLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureSynapseArtifactsLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureSynapseArtifactsLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureSynapseArtifactsLinkedService.withAuthentication
(Object authentication) Set the authentication property: Required to specify MSI, if using system assigned managed identity as authentication method.AzureSynapseArtifactsLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureSynapseArtifactsLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureSynapseArtifactsLinkedService.withEndpoint
(Object endpoint) Set the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL.AzureSynapseArtifactsLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureSynapseArtifactsLinkedService.withWorkspaceResourceId
(Object workspaceResourceId) Set the workspaceResourceId property: The resource ID of the Synapse workspace.