Lezen in het Engels

Delen via


ServerListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.models.ServerListResult

public final class ServerListResult

A list of servers.

Constructor Summary

Constructor Description
ServerListResult()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<ServerInner> value()

Get the value property: The list of servers.

ServerListResult withValue(List<ServerInner> value)

Set the value property: The list of servers.

Methods inherited from java.lang.Object

Constructor Details

ServerListResult

public ServerListResult()

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of servers.

Returns:

the value value.

withValue

public ServerListResult withValue(List value)

Set the value property: The list of servers.

Parameters:

value - the value value to set.

Returns:

the ServerListResult object itself.

Applies to

Azure SDK for Java

Latest