다음을 통해 공유


UserUpdate Constructors

Definition

Overloads

UserUpdate()

Initializes a new instance of the UserUpdate class.

UserUpdate(Nullable<TimeSpan>)

Initializes a new instance of the UserUpdate class.

UserUpdate()

Initializes a new instance of the UserUpdate class.

public UserUpdate();
Public Sub New ()

Applies to

UserUpdate(Nullable<TimeSpan>)

Initializes a new instance of the UserUpdate class.

public UserUpdate(TimeSpan? additionalUsageQuota = default);
new Microsoft.Azure.Management.LabServices.Models.UserUpdate : Nullable<TimeSpan> -> Microsoft.Azure.Management.LabServices.Models.UserUpdate
Public Sub New (Optional additionalUsageQuota As Nullable(Of TimeSpan) = Nothing)

Parameters

additionalUsageQuota
Nullable<TimeSpan>

The amount of usage quota time the user gets in addition to the lab usage quota.

Applies to