ServerKeyListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ServerKeyListResult
- com.
Implements
public final class ServerKeyListResult
implements JsonSerializable<ServerKeyListResult>
A list of server keys.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerKeyListResult() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Server |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
ServerKeyListResult
public ServerKeyListResult()
Creates an instance of ServerKeyListResult class.
Method Details
fromJson
public static ServerKeyListResult fromJson(JsonReader jsonReader)
Reads an instance of ServerKeyListResult 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<ServerKeyInner> value()
Get the value property: Array of results.
Returns: