Class ServerCommunicationLinkListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.ServerCommunicationLinkListResult
-
public final class ServerCommunicationLinkListResult extends Object
A list of server communication links.
-
-
Constructor Summary
Constructors Constructor Description ServerCommunicationLinkListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ServerCommunicationLinkInner>value()Get the value property: The list of server communication links.ServerCommunicationLinkListResultwithValue(List<ServerCommunicationLinkInner> value)Set the value property: The list of server communication links.
-
-
-
Method Detail
-
value
public List<ServerCommunicationLinkInner> value()
Get the value property: The list of server communication links.- Returns:
- the value value.
-
withValue
public ServerCommunicationLinkListResult withValue(List<ServerCommunicationLinkInner> value)
Set the value property: The list of server communication links.- Parameters:
value- the value value to set.- Returns:
- the ServerCommunicationLinkListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-