Interface PrivateDnsZone.UpdateStages.WithVirtualNetworkLink
-
- All Known Subinterfaces:
PrivateDnsZone.Update
- Enclosing interface:
- PrivateDnsZone.UpdateStages
public static interface PrivateDnsZone.UpdateStages.WithVirtualNetworkLinkThe stage of the private DNS zone update allowing to specify virtual network link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkLink.UpdateDefinitionStages.Blank<PrivateDnsZone.Update>defineVirtualNetworkLink(String name)Specifies definition of a virtual network link to be attached to the private DNS zone.VirtualNetworkLink.UpdateupdateVirtualNetworkLink(String name)Begins the description of an update of an existing virtual network link in this DNS zone.PrivateDnsZone.UpdatewithoutVirtualNetworkLink(String name)Removes a virtual network link in the private DNS zone.PrivateDnsZone.UpdatewithoutVirtualNetworkLink(String name, String etagValue)Removes a virtual network link in the private DNS zone.
-
-
-
Method Detail
-
defineVirtualNetworkLink
VirtualNetworkLink.UpdateDefinitionStages.Blank<PrivateDnsZone.Update> defineVirtualNetworkLink(String name)
Specifies definition of a virtual network link to be attached to the private DNS zone.- Parameters:
name- the name of the virtual network link- Returns:
- the stage representing configuration for the virtual network link
-
updateVirtualNetworkLink
VirtualNetworkLink.Update updateVirtualNetworkLink(String name)
Begins the description of an update of an existing virtual network link in this DNS zone.- Parameters:
name- the name of the virtual network link- Returns:
- the stage representing configuration for the virtual network link
-
withoutVirtualNetworkLink
PrivateDnsZone.Update withoutVirtualNetworkLink(String name)
Removes a virtual network link in the private DNS zone.- Parameters:
name- name of the virtual network link- Returns:
- the next stage of DNS zone update
-
withoutVirtualNetworkLink
PrivateDnsZone.Update withoutVirtualNetworkLink(String name, String etagValue)
Removes a virtual network link in the private DNS zone.- Parameters:
name- name of the virtual network linketagValue- the etag to use for concurrent protection- Returns:
- the next stage of DNS zone update
-
-