MapperConnectionReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. MapperConnectionReference
- com.
Implements
public final class MapperConnectionReference
implements JsonSerializable<MapperConnectionReference>
Source or target connection reference details.
Constructor Summary
| Constructor | Description |
|---|---|
| MapperConnectionReference() |
Creates an instance of Mapper |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
connectionName()
Get the connection |
|
static
Mapper |
fromJson(JsonReader jsonReader)
Reads an instance of Mapper |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Connection |
type()
Get the type property: Type of connection via linked service or dataset. |
| void |
validate()
Validates the instance. |
|
Mapper |
withConnectionName(String connectionName)
Set the connection |
|
Mapper |
withType(ConnectionType type)
Set the type property: Type of connection via linked service or dataset. |
Methods inherited from java.lang.Object
Constructor Details
MapperConnectionReference
public MapperConnectionReference()
Creates an instance of MapperConnectionReference class.
Method Details
connectionName
public String connectionName()
Get the connectionName property: Name of the connection.
Returns:
fromJson
public static MapperConnectionReference fromJson(JsonReader jsonReader)
Reads an instance of MapperConnectionReference from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public ConnectionType type()
Get the type property: Type of connection via linked service or dataset.
Returns:
validate
public void validate()
Validates the instance.
withConnectionName
public MapperConnectionReference withConnectionName(String connectionName)
Set the connectionName property: Name of the connection.
Parameters:
Returns:
withType
public MapperConnectionReference withType(ConnectionType type)
Set the type property: Type of connection via linked service or dataset.
Parameters:
Returns: