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