Interface PrivateDnsZone.DefinitionStages.WithVirtualNetworkLink
-
- All Known Subinterfaces:
PrivateDnsZone.Definition,PrivateDnsZone.DefinitionStages.WithCreate
- Enclosing interface:
- PrivateDnsZone.DefinitionStages
public static interface PrivateDnsZone.DefinitionStages.WithVirtualNetworkLinkThe stage of the private DNS zone definition allowing to specify virtual network link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkLink.DefinitionStages.Blank<PrivateDnsZone.DefinitionStages.WithCreate>defineVirtualNetworkLink(String name)Specifies definition of a virtual network link.
-
-
-
Method Detail
-
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
-
-