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