Class ZoneListResult
java.lang.Object
com.azure.resourcemanager.dns.models.ZoneListResult
The response to a Zone List or ListAll operation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZoneListResult
public ZoneListResult()Creates an instance of ZoneListResult class.
-
-
Method Details
-
value
Get the value property: Information about the DNS zones.- Returns:
- the value value.
-
withValue
Set the value property: Information about the DNS zones.- Parameters:
value- the value value to set.- Returns:
- the ZoneListResult object itself.
-
nextLink
Get the nextLink property: The continuation token for the next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-