LinkedServiceReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. 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> |
parameters()
Get the parameters property: Arguments for Linked |
| String |
referenceName()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
| Type |
type()
Get the type property: Linked service reference type. |
|
Linked |
withParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for Linked |
|
Linked |
withReferenceName(String referenceName)
Set the reference |
|
Linked |
withType(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
fromJson
public static LinkedServiceReference fromJson(JsonReader jsonReader)
Reads an instance of LinkedServiceReference from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public Map<String,Object> parameters()
Get the parameters property: Arguments for LinkedService.
Returns:
referenceName
public String referenceName()
Get the referenceName property: Reference LinkedService name.
Returns:
toJson
type
public Type type()
Get the type property: Linked service reference type.
Returns:
withParameters
public LinkedServiceReference withParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for LinkedService.
Parameters:
Returns:
withReferenceName
public LinkedServiceReference withReferenceName(String referenceName)
Set the referenceName property: Reference LinkedService name.
Parameters:
Returns:
withType
public LinkedServiceReference withType(Type type)
Set the type property: Linked service reference type.
Parameters:
Returns: