Class VirtualMachineUpdate


  • public final class VirtualMachineUpdate
    extends Object
    Defines the virtualMachineUpdate.
    • Constructor Detail

      • VirtualMachineUpdate

        public VirtualMachineUpdate()
    • Method Detail

      • properties

        public VirtualMachineUpdateProperties properties()
        Get the properties property: Defines the resource properties.
        Returns:
        the properties value.
      • withProperties

        public VirtualMachineUpdate withProperties​(VirtualMachineUpdateProperties properties)
        Set the properties property: Defines the resource properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the VirtualMachineUpdate object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags property: Gets or sets the Resource tags.
        Returns:
        the tags value.
      • withTags

        public VirtualMachineUpdate withTags​(Map<String,​String> tags)
        Set the tags property: Gets or sets the Resource tags.
        Parameters:
        tags - the tags value to set.
        Returns:
        the VirtualMachineUpdate object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.