Interface PrivateDnsZone.UpdateStages.WithVirtualNetworkLink
- All Known Subinterfaces:
PrivateDnsZone.Update
- Enclosing interface:
- PrivateDnsZone.UpdateStages
public static interface PrivateDnsZone.UpdateStages.WithVirtualNetworkLink
The stage of the private DNS zone update allowing to specify virtual network link.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies definition of a virtual network link to be attached to the private DNS zone.Begins the description of an update of an existing virtual network link in this DNS zone.Removes a virtual network link in the private DNS zone.withoutVirtualNetworkLink(String name, String etagValue) Removes a virtual network link in the private DNS zone.
-
Method Details
-
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
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
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
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
-