CustomDataSourceLinkedService Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. LinkedService - com.
azure. resourcemanager. datafactory. models. CustomDataSourceLinkedService
- com.
- com.
public final class CustomDataSourceLinkedService
extends LinkedService
Custom linked service.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomDataSourceLinkedService() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of linked service. |
| Object |
typeProperties()
Get the type |
| void |
validate()
Validates the instance. |
|
Custom |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service. |
|
Custom |
withConnectVia(IntegrationRuntimeReference connectVia)
Set the connect |
|
Custom |
withDescription(String description)
Set the description property: Linked service description. |
|
Custom |
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service. |
|
Custom |
withTypeProperties(Object typeProperties)
Set the type |
|
Custom |
withVersion(String version)
Set the version property: Version of the linked service. |
Methods inherited from LinkedService
Methods inherited from java.lang.Object
Constructor Details
CustomDataSourceLinkedService
public CustomDataSourceLinkedService()
Creates an instance of CustomDataSourceLinkedService class.
Method Details
fromJson
public static CustomDataSourceLinkedService fromJson(JsonReader jsonReader)
Reads an instance of CustomDataSourceLinkedService from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CustomDataSourceLinkedService.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of linked service.
Overrides:
CustomDataSourceLinkedService.type()Returns:
typeProperties
public Object typeProperties()
Get the typeProperties property: Custom linked service properties.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
CustomDataSourceLinkedService.validate()withAnnotations
public CustomDataSourceLinkedService withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.
Overrides:
CustomDataSourceLinkedService.withAnnotations(List<Object> annotations)Parameters:
withConnectVia
public CustomDataSourceLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.
Overrides:
CustomDataSourceLinkedService.withConnectVia(IntegrationRuntimeReference connectVia)Parameters:
withDescription
public CustomDataSourceLinkedService withDescription(String description)
Set the description property: Linked service description.
Overrides:
CustomDataSourceLinkedService.withDescription(String description)Parameters:
withParameters
public CustomDataSourceLinkedService withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.
Overrides:
CustomDataSourceLinkedService.withParameters(Map<String,ParameterSpecification> parameters)Parameters:
withTypeProperties
public CustomDataSourceLinkedService withTypeProperties(Object typeProperties)
Set the typeProperties property: Custom linked service properties.
Parameters:
Returns:
withVersion
public CustomDataSourceLinkedService withVersion(String version)
Set the version property: Version of the linked service.
Overrides:
CustomDataSourceLinkedService.withVersion(String version)Parameters: