Uses of Class
com.azure.resourcemanager.dns.fluent.models.ZoneProperties
Packages that use ZoneProperties
Package
Description
Package containing the inner data models for DnsManagementClient.
-
Uses of ZoneProperties in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return ZonePropertiesModifier and TypeMethodDescriptionstatic ZonePropertiesZoneProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ZoneProperties from the JsonReader.ZoneProperties.withRegistrationVirtualNetworks(List<com.azure.core.management.SubResource> registrationVirtualNetworks) Set the registrationVirtualNetworks property: A list of references to virtual networks that register hostnames in this DNS zone.ZoneProperties.withResolutionVirtualNetworks(List<com.azure.core.management.SubResource> resolutionVirtualNetworks) Set the resolutionVirtualNetworks property: A list of references to virtual networks that resolve records in this DNS zone.ZoneProperties.withZoneType(ZoneType zoneType) Set the zoneType property: The type of this DNS zone (Public or Private).