Class UserUpdate
java.lang.Object
com.azure.resourcemanager.labservices.models.UserUpdate
User of a lab that can register for and use virtual machines within the lab. Used for updates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalUsageQuota property: The amount of usage quota time the user gets in addition to the lab usage quota.void
validate()
Validates the instance.withAdditionalUsageQuota
(Duration additionalUsageQuota) Set the additionalUsageQuota property: The amount of usage quota time the user gets in addition to the lab usage quota.
-
Constructor Details
-
UserUpdate
public UserUpdate()
-
-
Method Details
-
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
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.
-