LinkedService Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.LinkedService

public class LinkedService

The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource.

Constructor Summary

Constructor Description
LinkedService()

Creates an instance of LinkedService class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource.

List<Object> getAnnotations()

Get the annotations property: List of tags that can be used for describing the linked service.

IntegrationRuntimeReference getConnectVia()

Get the connectVia property: The integration runtime reference.

String getDescription()

Get the description property: Linked service description.

Map<String,ParameterSpecification> getParameters()

Get the parameters property: Parameters for linked service.

LinkedService setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource.

LinkedService setAnnotations(List<Object> annotations)

Set the annotations property: List of tags that can be used for describing the linked service.

LinkedService setConnectVia(IntegrationRuntimeReference connectVia)

Set the connectVia property: The integration runtime reference.

LinkedService setDescription(String description)

Set the description property: Linked service description.

LinkedService setParameters(Map<String,ParameterSpecification> parameters)

Set the parameters property: Parameters for linked service.

Methods inherited from java.lang.Object

Constructor Details

LinkedService

public LinkedService()

Creates an instance of LinkedService class.

Method Details

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource.

Returns:

the additionalProperties value.

getAnnotations

public List getAnnotations()

Get the annotations property: List of tags that can be used for describing the linked service.

Returns:

the annotations value.

getConnectVia

public IntegrationRuntimeReference getConnectVia()

Get the connectVia property: The integration runtime reference.

Returns:

the connectVia value.

getDescription

public String getDescription()

Get the description property: Linked service description.

Returns:

the description value.

getParameters

public Map getParameters()

Get the parameters property: Parameters for linked service.

Returns:

the parameters value.

setAdditionalProperties

public LinkedService setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the LinkedService object itself.

setAnnotations

public LinkedService setAnnotations(List annotations)

Set the annotations property: List of tags that can be used for describing the linked service.

Parameters:

annotations - the annotations value to set.

Returns:

the LinkedService object itself.

setConnectVia

public LinkedService setConnectVia(IntegrationRuntimeReference connectVia)

Set the connectVia property: The integration runtime reference.

Parameters:

connectVia - the connectVia value to set.

Returns:

the LinkedService object itself.

setDescription

public LinkedService setDescription(String description)

Set the description property: Linked service description.

Parameters:

description - the description value to set.

Returns:

the LinkedService object itself.

setParameters

public LinkedService setParameters(Map parameters)

Set the parameters property: Parameters for linked service.

Parameters:

parameters - the parameters value to set.

Returns:

the LinkedService object itself.

Applies to