Class UserUpdateProperties
java.lang.Object
com.azure.resourcemanager.labservices.fluent.models.UserUpdateProperties
- Direct Known Subclasses:
UserProperties
User resource properties 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
-
UserUpdateProperties
public UserUpdateProperties()
-
-
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 UserUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-