Uses of Class
com.azure.resourcemanager.dns.fluent.models.ZoneProperties
-
Packages that use ZoneProperties Package Description com.azure.resourcemanager.dns.fluent.models 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 ZoneProperties Modifier and Type Method Description ZonePropertiesZoneProperties. 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.ZonePropertiesZoneProperties. 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.ZonePropertiesZoneProperties. withZoneType(ZoneType zoneType)Set the zoneType property: The type of this DNS zone (Public or Private).
-