ReplicationLinkListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ReplicationLinkListResult
- com.
Implements
public final class ReplicationLinkListResult
implements JsonSerializable<ReplicationLinkListResult>
A list of replication links.
Constructor Summary
| Constructor | Description |
|---|---|
| ReplicationLinkListResult() |
Creates an instance of Replication |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Replication |
fromJson(JsonReader jsonReader)
Reads an instance of Replication |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Replication |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
ReplicationLinkListResult
public ReplicationLinkListResult()
Creates an instance of ReplicationLinkListResult class.
Method Details
fromJson
public static ReplicationLinkListResult fromJson(JsonReader jsonReader)
Reads an instance of ReplicationLinkListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ReplicationLinkInner> value()
Get the value property: Array of results.
Returns: