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 Detail

      • 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 link
        etagValue - the etag to use for concurrent protection
        Returns:
        the next stage of DNS zone update