Class ReplicationLinkListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.ReplicationLinkListResult
-
public final class ReplicationLinkListResult extends Object
Represents the response to a List database replication link request.
-
-
Constructor Summary
Constructors Constructor Description ReplicationLinkListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ReplicationLinkInner>value()Get the value property: The list of database replication links housed in the database.ReplicationLinkListResultwithValue(List<ReplicationLinkInner> value)Set the value property: The list of database replication links housed in the database.
-
-
-
Method Detail
-
value
public List<ReplicationLinkInner> value()
Get the value property: The list of database replication links housed in the database.- Returns:
- the value value.
-
withValue
public ReplicationLinkListResult withValue(List<ReplicationLinkInner> value)
Set the value property: The list of database replication links housed in the database.- Parameters:
value- the value value to set.- Returns:
- the ReplicationLinkListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-