LinkedService Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. LinkedService
- com.
Implements
public class LinkedService
implements JsonSerializable<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 Linked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| List<Object> |
getAnnotations()
Get the annotations property: List of tags that can be used for describing the linked service. |
|
Integration |
getConnectVia()
Get the connect |
| String |
getDescription()
Get the description property: Linked service description. |
|
Map<String,Parameter |
getParameters()
Get the parameters property: Parameters for linked service. |
| String |
getType()
Get the type property: Type of linked service. |
| String |
getVersion()
Get the version property: Version of the linked service. |
|
Linked |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Linked |
setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service. |
|
Linked |
setConnectVia(IntegrationRuntimeReference connectVia)
Set the connect |
|
Linked |
setDescription(String description)
Set the description property: Linked service description. |
|
Linked |
setParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service. |
|
Linked |
setVersion(String version)
Set the version property: Version of the linked service. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
LinkedService
public LinkedService()
Creates an instance of LinkedService class.
Method Details
fromJson
public static LinkedService fromJson(JsonReader jsonReader)
Reads an instance of LinkedService from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public 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.
Returns:
getAnnotations
public List<Object> getAnnotations()
Get the annotations property: List of tags that can be used for describing the linked service.
Returns:
getConnectVia
public IntegrationRuntimeReference getConnectVia()
Get the connectVia property: The integration runtime reference.
Returns:
getDescription
public String getDescription()
Get the description property: Linked service description.
Returns:
getParameters
public Map<String,ParameterSpecification> getParameters()
Get the parameters property: Parameters for linked service.
Returns:
getType
public String getType()
Get the type property: Type of linked service.
Returns:
getVersion
public String getVersion()
Get the version property: Version of the linked service.
Returns:
setAdditionalProperties
public 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.
Parameters:
Returns:
setAnnotations
public LinkedService setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.
Parameters:
Returns:
setConnectVia
public LinkedService setConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.
Parameters:
Returns:
setDescription
public LinkedService setDescription(String description)
Set the description property: Linked service description.
Parameters:
Returns:
setParameters
public LinkedService setParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.
Parameters:
Returns:
setVersion
public LinkedService setVersion(String version)
Set the version property: Version of the linked service.
Parameters:
Returns: