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) |
| String |
type()
Get the type property: Linked service reference type. |
| void |
validate()
Validates the instance. |
|
Linked |
withParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for Linked |
|
Linked |
withReferenceName(String referenceName)
Set the reference |
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 String type()
Get the type property: Linked service reference type.
Returns:
validate
public void validate()
Validates the instance.
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: