ReplicationLinkListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. ReplicationLinkListResult
- com.
Implements
public final class ReplicationLinkListResult
implements JsonSerializable<ReplicationLinkListResult>
Represents the response to a List Sql pool replication link request.
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: The list of Sql pool replication links housed in the Sql pool. |
|
Replication |
withValue(List<ReplicationLinkInner> value)
Set the value property: The list of Sql pool replication links housed in the Sql pool. |
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: The list of Sql pool replication links housed in the Sql pool.
Returns:
withValue
public ReplicationLinkListResult withValue(List<ReplicationLinkInner> value)
Set the value property: The list of Sql pool replication links housed in the Sql pool.
Parameters:
Returns: