Interface VirtualMachine.UpdateStages.WithExtension

    • Method Detail

      • updateExtension

        VirtualMachineExtension.Update updateExtension​(String name)
        Begins the description of an update of an existing extension of this virtual machine.
        Parameters:
        name - the reference name of an existing extension
        Returns:
        the first stage of an extension update
      • withoutExtension

        VirtualMachine.Update withoutExtension​(String name)
        Detaches an extension from the virtual machine.
        Parameters:
        name - the reference name of the extension to be removed/uninstalled
        Returns:
        the next stage of the update