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
Classes in com.azure.resourcemanager.dns.fluent.models that implement interfaces with type arguments of type ZonePropertiesModifier and TypeClassDescriptionfinal classRepresents the properties of the zone.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).