java.lang.Object
com.azure.resourcemanager.labservices.models.ImageUpdate

public final class ImageUpdate extends Object
Lab services virtual machine image for updates.
  • Constructor Details

    • ImageUpdate

      public ImageUpdate()
  • Method Details

    • enabledState

      public EnableState enabledState()
      Get the enabledState property: Is the image enabled.
      Returns:
      the enabledState value.
    • withEnabledState

      public ImageUpdate withEnabledState(EnableState enabledState)
      Set the enabledState property: Is the image enabled.
      Parameters:
      enabledState - the enabledState value to set.
      Returns:
      the ImageUpdate object itself.
    • validate

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