Class ServerAdministratorResourceListResult
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.ServerAdministratorResourceListResult
-
public final class ServerAdministratorResourceListResult extends Object
The response to a list Active Directory Administrators request.
-
-
Constructor Summary
Constructors Constructor Description ServerAdministratorResourceListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ServerAdministratorResourceInner>value()Get the value property: The list of server Active Directory Administrators for the server.ServerAdministratorResourceListResultwithValue(List<ServerAdministratorResourceInner> value)Set the value property: The list of server Active Directory Administrators for the server.
-
-
-
Method Detail
-
value
public List<ServerAdministratorResourceInner> value()
Get the value property: The list of server Active Directory Administrators for the server.- Returns:
- the value value.
-
withValue
public ServerAdministratorResourceListResult withValue(List<ServerAdministratorResourceInner> value)
Set the value property: The list of server Active Directory Administrators for the server.- Parameters:
value- the value value to set.- Returns:
- the ServerAdministratorResourceListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-