LinkedService Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. LinkedService
- com.
Implements
public class LinkedService
implements JsonSerializable<LinkedService>
The 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 |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| List<Object> |
annotations()
Get the annotations property: List of tags that can be used for describing the linked service. |
|
Integration |
connectVia()
Get the connect |
| String |
description()
Get the description property: Linked service description. |
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
|
Map<String,Parameter |
parameters()
Get the parameters property: Parameters for linked service. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of linked service. |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: Version of the linked service. |
|
Linked |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Linked |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service. |
|
Linked |
withConnectVia(IntegrationRuntimeReference connectVia)
Set the connect |
|
Linked |
withDescription(String description)
Set the description property: Linked service description. |
|
Linked |
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service. |
|
Linked |
withVersion(String version)
Set the version property: Version of the linked service. |
Methods inherited from java.lang.Object
Constructor Details
LinkedService
public LinkedService()
Creates an instance of LinkedService class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: The nested object which contains the information and credential which can be used to connect with related store or compute resource.
Returns:
annotations
public List<Object> annotations()
Get the annotations property: List of tags that can be used for describing the linked service.
Returns:
connectVia
public IntegrationRuntimeReference connectVia()
Get the connectVia property: The integration runtime reference.
Returns:
description
public String description()
Get the description property: Linked service description.
Returns:
fromJson
public static LinkedService fromJson(JsonReader jsonReader)
Reads an instance of LinkedService from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public Map<String,ParameterSpecification> parameters()
Get the parameters property: Parameters for linked service.
Returns:
toJson
type
public String type()
Get the type property: Type of linked service.
Returns:
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: Version of the linked service.
Returns:
withAdditionalProperties
public LinkedService withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The nested object which contains the information and credential which can be used to connect with related store or compute resource.
Parameters:
Returns:
withAnnotations
public LinkedService withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.
Parameters:
Returns:
withConnectVia
public LinkedService withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.
Parameters:
Returns:
withDescription
public LinkedService withDescription(String description)
Set the description property: Linked service description.
Parameters:
Returns:
withParameters
public LinkedService withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.
Parameters:
Returns:
withVersion
public LinkedService withVersion(String version)
Set the version property: Version of the linked service.
Parameters:
Returns: