DnsPrivateViewListResult Class
- java.
lang. Object - com.
azure. resourcemanager. oracledatabase. models. DnsPrivateViewListResult
- com.
Implements
public final class DnsPrivateViewListResult
implements JsonSerializable<DnsPrivateViewListResult>
The response of a DnsPrivateView list operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dns |
fromJson(JsonReader jsonReader)
Reads an instance of Dns |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Dns |
value()
Get the value property: The Dns |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DnsPrivateViewListResult fromJson(JsonReader jsonReader)
Reads an instance of DnsPrivateViewListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DnsPrivateViewInner> value()
Get the value property: The DnsPrivateView items on this page.
Returns: