User Interface
public interface User
An immutable client-side representation of User.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Duration |
additionalUsageQuota()
Gets the additional |
| abstract String |
displayName()
Gets the display |
| abstract String |
email()
Gets the email property: Email address of the user. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
User |
innerModel()
Gets the inner com. |
|
abstract
Offset |
invitationSent()
Gets the invitation |
|
abstract
Invitation |
invitationState()
Gets the invitation |
| abstract void |
invite(InviteBody body)
Invite a user to a lab. |
| abstract void |
invite(InviteBody body, Context context)
Invite a user to a lab. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
| abstract User |
refresh()
Refreshes the resource to sync with Azure. |
| abstract User |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Registration |
registrationState()
Gets the registration |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Duration |
totalUsage()
Gets the total |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the User resource. |
Method Details
additionalUsageQuota
public abstract Duration additionalUsageQuota()
Gets the additionalUsageQuota property: The amount of usage quota time the user gets in addition to the lab usage quota.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: Display name of the user, for example user's full name.
Returns:
public abstract String email()
Gets the email property: Email address of the user.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract UserInner innerModel()
Gets the inner com.azure.resourcemanager.labservices.fluent.models.UserInner object.
Returns:
invitationSent
public abstract OffsetDateTime invitationSent()
Gets the invitationSent property: Date and time when the invitation message was sent to the user.
Returns:
invitationState
public abstract InvitationState invitationState()
Gets the invitationState property: State of the invitation message for the user.
Returns:
invite
public abstract void invite(InviteBody body)
Invite a user to a lab. Operation to invite a user to a lab.
Parameters:
invite
public abstract void invite(InviteBody body, Context context)
Invite a user to a lab. Operation to invite a user to a lab.
Parameters:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Current provisioning state of the user resource.
Returns:
refresh
public abstract User refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract User refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
registrationState
public abstract RegistrationState registrationState()
Gets the registrationState property: State of the user's registration within the lab.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Metadata pertaining to creation and last modification of the user resource.
Returns:
totalUsage
public abstract Duration totalUsage()
Gets the totalUsage property: How long the user has used their virtual machines in this lab.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract User.Update update()
Begins update for the User resource.
Returns: