Uses of Class
com.azure.resourcemanager.privatedns.models.PrivateZoneListResult
Packages that use PrivateZoneListResult
Package
Description
Package containing the data models for PrivateDnsManagementClient.
-
Uses of PrivateZoneListResult in com.azure.resourcemanager.privatedns.models
Classes in com.azure.resourcemanager.privatedns.models that implement interfaces with type arguments of type PrivateZoneListResultModifier and TypeClassDescriptionfinal classThe response to a Private DNS zone list operation.Methods in com.azure.resourcemanager.privatedns.models that return PrivateZoneListResultModifier and TypeMethodDescriptionstatic PrivateZoneListResultPrivateZoneListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateZoneListResult from the JsonReader.PrivateZoneListResult.withValue(List<PrivateZoneInner> value) Set the value property: Information about the Private DNS zones.