Uses of Class
com.azure.resourcemanager.privatedns.models.ResolutionPolicy
Packages that use ResolutionPolicy
Package
Description
Package containing the inner data models for PrivateDnsManagementClient.
Package containing the data models for PrivateDnsManagementClient.
-
Uses of ResolutionPolicy in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return ResolutionPolicyModifier and TypeMethodDescriptionVirtualNetworkLinkInner.resolutionPolicy()Get the resolutionPolicy property: The resolution policy on the virtual network link.VirtualNetworkLinkProperties.resolutionPolicy()Get the resolutionPolicy property: The resolution policy on the virtual network link.Methods in com.azure.resourcemanager.privatedns.fluent.models with parameters of type ResolutionPolicyModifier and TypeMethodDescriptionVirtualNetworkLinkInner.withResolutionPolicy(ResolutionPolicy resolutionPolicy) Set the resolutionPolicy property: The resolution policy on the virtual network link.VirtualNetworkLinkProperties.withResolutionPolicy(ResolutionPolicy resolutionPolicy) Set the resolutionPolicy property: The resolution policy on the virtual network link. -
Uses of ResolutionPolicy in com.azure.resourcemanager.privatedns.models
Fields in com.azure.resourcemanager.privatedns.models declared as ResolutionPolicyModifier and TypeFieldDescriptionstatic final ResolutionPolicyResolutionPolicy.DEFAULTStatic value Default for ResolutionPolicy.static final ResolutionPolicyResolutionPolicy.NX_DOMAIN_REDIRECTStatic value NxDomainRedirect for ResolutionPolicy.Methods in com.azure.resourcemanager.privatedns.models that return ResolutionPolicyModifier and TypeMethodDescriptionstatic ResolutionPolicyResolutionPolicy.fromString(String name) Creates or finds a ResolutionPolicy from its string representation.Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type ResolutionPolicyModifier and TypeMethodDescriptionstatic Collection<ResolutionPolicy> ResolutionPolicy.values()Gets known ResolutionPolicy values.