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

public final class UserUpdate extends Object
User of a lab that can register for and use virtual machines within the lab. Used for updates.
  • Constructor Details

    • UserUpdate

      public UserUpdate()
  • Method Details

    • additionalUsageQuota

      public Duration additionalUsageQuota()
      Get the additionalUsageQuota property: The amount of usage quota time the user gets in addition to the lab usage quota.
      Returns:
      the additionalUsageQuota value.
    • withAdditionalUsageQuota

      public UserUpdate withAdditionalUsageQuota(Duration additionalUsageQuota)
      Set the additionalUsageQuota property: The amount of usage quota time the user gets in addition to the lab usage quota.
      Parameters:
      additionalUsageQuota - the additionalUsageQuota value to set.
      Returns:
      the UserUpdate object itself.
    • validate

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