Uses of Class
com.azure.resourcemanager.privatedns.fluent.models.VirtualNetworkLinkProperties
Packages that use VirtualNetworkLinkProperties
Package
Description
Package containing the inner data models for PrivateDnsManagementClient.
-
Uses of VirtualNetworkLinkProperties in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return VirtualNetworkLinkPropertiesModifier and TypeMethodDescriptionstatic VirtualNetworkLinkPropertiesVirtualNetworkLinkProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkLinkProperties from the JsonReader.VirtualNetworkLinkProperties.withRegistrationEnabled(Boolean registrationEnabled) Set the registrationEnabled property: Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled?.VirtualNetworkLinkProperties.withResolutionPolicy(ResolutionPolicy resolutionPolicy) Set the resolutionPolicy property: The resolution policy on the virtual network link.VirtualNetworkLinkProperties.withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork) Set the virtualNetwork property: The reference of the virtual network.