Class PrivateZoneListResult
- java.lang.Object
-
- com.azure.resourcemanager.privatedns.models.PrivateZoneListResult
-
public final class PrivateZoneListResult extends Object
The response to a Private DNS zone list operation.
-
-
Constructor Summary
Constructors Constructor Description PrivateZoneListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The continuation token for the next page of results.voidvalidate()Validates the instance.List<PrivateZoneInner>value()Get the value property: Information about the Private DNS zones.PrivateZoneListResultwithValue(List<PrivateZoneInner> value)Set the value property: Information about the Private DNS zones.
-
-
-
Method Detail
-
value
public List<PrivateZoneInner> value()
Get the value property: Information about the Private DNS zones.- Returns:
- the value value.
-
withValue
public PrivateZoneListResult withValue(List<PrivateZoneInner> value)
Set the value property: Information about the Private DNS zones.- Parameters:
value- the value value to set.- Returns:
- the PrivateZoneListResult object itself.
-
nextLink
public String 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.
-
-