Class UserUpdateProperties

java.lang.Object
com.azure.resourcemanager.labservices.fluent.models.UserUpdateProperties
Direct Known Subclasses:
UserProperties

public class UserUpdateProperties extends Object
User resource properties used for updates.
  • Constructor Details

    • UserUpdateProperties

      public UserUpdateProperties()
  • 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 UserUpdateProperties 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 UserUpdateProperties object itself.
    • validate

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