LinkedServiceReference Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. LinkedServiceReference
- com.
public final class LinkedServiceReference
Linked service reference type.
Constructor Summary
Constructor | Description |
---|---|
LinkedServiceReference() |
Creates an instance of Linked |
Method Summary
Modifier and Type | Method and Description |
---|---|
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. |
Methods inherited from java.lang.Object
Constructor Details
LinkedServiceReference
public LinkedServiceReference()
Creates an instance of LinkedServiceReference class.
Method Details
getParameters
public Map
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
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:
Applies to
Azure SDK for Java