ZoneListResult Class
- java.
lang. Object - com.
azure. resourcemanager. dns. models. ZoneListResult
- com.
Implements
public final class ZoneListResult
implements JsonSerializable<ZoneListResult>
The response to a Zone List or ListAll operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ZoneListResult() |
Creates an instance of Zone |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Zone |
fromJson(JsonReader jsonReader)
Reads an instance of Zone |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Zone |
value()
Get the value property: Information about the DNS zones. |
|
Zone |
withValue(List<ZoneInner> value)
Set the value property: Information about the DNS zones. |
Methods inherited from java.lang.Object
Constructor Details
ZoneListResult
public ZoneListResult()
Creates an instance of ZoneListResult class.
Method Details
fromJson
public static ZoneListResult fromJson(JsonReader jsonReader)
Reads an instance of ZoneListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The continuation token for the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ZoneInner> value()
Get the value property: Information about the DNS zones.
Returns:
withValue
public ZoneListResult withValue(List<ZoneInner> value)
Set the value property: Information about the DNS zones.
Parameters:
Returns: