DependencyReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DependencyReference
- com.
Implements
public class DependencyReference
implements JsonSerializable<DependencyReference>
Referenced dependency.
Constructor Summary
| Constructor | Description |
|---|---|
| DependencyReference() |
Creates an instance of Dependency |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dependency |
fromJson(JsonReader jsonReader)
Reads an instance of Dependency |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of dependency reference. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DependencyReference
public DependencyReference()
Creates an instance of DependencyReference class.
Method Details
fromJson
public static DependencyReference fromJson(JsonReader jsonReader)
Reads an instance of DependencyReference from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public String type()
Get the type property: The type of dependency reference.
Returns:
validate
public void validate()
Validates the instance.