public final class PrivateZoneListResult extends Object
| Constructor and Description |
|---|
PrivateZoneListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The continuation token for the next page of results.
|
void |
validate()
Validates the instance.
|
List<PrivateZoneInner> |
value()
Get the value property: Information about the Private DNS zones.
|
PrivateZoneListResult |
withValue(List<PrivateZoneInner> value)
Set the value property: Information about the Private DNS zones.
|
public List<PrivateZoneInner> value()
public PrivateZoneListResult withValue(List<PrivateZoneInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.