UserUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User of a lab that can register for and use virtual machines within the lab. Used for updates.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.UserUpdateTypeConverter))]
public class UserUpdate : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IUserUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.UserUpdateTypeConverter))>]
type UserUpdate = class
interface IUserUpdate
interface IJsonSerializable
Public Class UserUpdate
Implements IUserUpdate
- Inheritance
-
UserUpdate
- Attributes
- Implements
Constructors
UserUpdate() |
Creates an new UserUpdate instance. |
Properties
AdditionalUsageQuota |
The amount of usage quota time the user gets in addition to the lab usage quota. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IUserUpdate. |
FromJsonString(String) |
Creates a new instance of UserUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |