LinkedServiceReference Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. LinkedServiceReference
- com.
Implements
public final class LinkedServiceReference
implements JsonSerializable<LinkedServiceReference>
Linked service reference type.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedServiceReference() |
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> |
getParameters()
Get the parameters property: Arguments for Linked |
| String |
getReferenceName()
Get the reference |
| Type |
getType()
Get the type property: Linked service reference type. |
|
Linked |
setParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for Linked |
|
Linked |
setReferenceName(String referenceName)
Set the reference |
|
Linked |
setType(Type type)
Set the type property: Linked service reference type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
LinkedServiceReference
public LinkedServiceReference()
Creates an instance of LinkedServiceReference class.
Method Details
fromJson
public static LinkedServiceReference fromJson(JsonReader jsonReader)
Reads an instance of LinkedServiceReference from the JsonReader.
Parameters:
Returns:
Throws:
getParameters
public Map<String,Object> getParameters()
Get the parameters property: Arguments for LinkedService.
Returns:
getReferenceName
public String getReferenceName()
Get the referenceName property: Reference LinkedService name.
Returns:
getType
public Type getType()
Get the type property: Linked service reference type.
Returns:
setParameters
public LinkedServiceReference setParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for LinkedService.
Parameters:
Returns:
setReferenceName
public LinkedServiceReference setReferenceName(String referenceName)
Set the referenceName property: Reference LinkedService name.
Parameters:
Returns:
setType
public LinkedServiceReference setType(Type type)
Set the type property: Linked service reference type.
Parameters:
Returns: