Interface VirtualMachineExtension.UpdateStages.WithTags

    • Method Detail

      • withTag

        VirtualMachineExtension.Update withTag​(String key,
                                               String value)
        Adds a tag to the virtual machine extension.
        Parameters:
        key - the key for the tag
        value - the value for the tag
        Returns:
        the next stage of the update
      • withoutTag

        VirtualMachineExtension.Update withoutTag​(String key)
        Removes a tag from the virtual machine extension.
        Parameters:
        key - the key of the tag to remove
        Returns:
        the next stage of the update