Class AzureSynapseArtifactsLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.AzureSynapseArtifactsLinkedService
Azure Synapse Analytics (Artifacts) linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureSynapseArtifactsLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the authentication property: Required to specify MSI, if using system assigned managed identity as authentication method.endpoint()
Get the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withAuthentication
(Object authentication) Set the authentication property: Required to specify MSI, if using system assigned managed identity as authentication method.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.withEndpoint
(Object endpoint) Set the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withWorkspaceResourceId
(Object workspaceResourceId) Set the workspaceResourceId property: The resource ID of the Synapse workspace.Get the workspaceResourceId property: The resource ID of the Synapse workspace.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
AzureSynapseArtifactsLinkedService
public AzureSynapseArtifactsLinkedService()Creates an instance of AzureSynapseArtifactsLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
public AzureSynapseArtifactsLinkedService withParameters(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
endpoint
Get the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).- Returns:
- the endpoint value.
-
withEndpoint
Set the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).- Parameters:
endpoint
- the endpoint value to set.- Returns:
- the AzureSynapseArtifactsLinkedService object itself.
-
authentication
Get the authentication property: Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string).- Returns:
- the authentication value.
-
withAuthentication
Set the authentication property: Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string).- Parameters:
authentication
- the authentication value to set.- Returns:
- the AzureSynapseArtifactsLinkedService object itself.
-
workspaceResourceId
Get the workspaceResourceId property: 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).- Returns:
- the workspaceResourceId value.
-
withWorkspaceResourceId
Set the workspaceResourceId property: 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).- Parameters:
workspaceResourceId
- the workspaceResourceId value to set.- Returns:
- the AzureSynapseArtifactsLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-