Interface PrivateDnsZone.DefinitionStages.WithVirtualNetworkLink
- All Known Subinterfaces:
PrivateDnsZone.Definition,PrivateDnsZone.DefinitionStages.WithCreate
- Enclosing interface:
- PrivateDnsZone.DefinitionStages
public static interface PrivateDnsZone.DefinitionStages.WithVirtualNetworkLink
The stage of the private DNS zone definition allowing to specify virtual network link.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies definition of a virtual network link.
-
Method Details
-
defineVirtualNetworkLink
VirtualNetworkLink.DefinitionStages.Blank<PrivateDnsZone.DefinitionStages.WithCreate> defineVirtualNetworkLink(String name) Specifies definition of a virtual network link.- Parameters:
name- the name of the virtual network link- Returns:
- the stage representing configuration for the virtual network link
-