User Class
The User registered to a lab.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.labservices.models._models_py3.ResourceUser
Constructor
User(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, provisioning_state: Optional[str] = None, unique_identifier: Optional[str] = None, **kwargs)
Parameters
Variables
- id
- str
The identifier of the resource.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
- str
The user email address, as it was specified during registration.
- family_name
- str
The user family name, as it was specified during registration.
- given_name
- str
The user given name, as it was specified during registration.
- tenant_id
- str
The user tenant ID, as it was specified during registration.
- total_usage
- timedelta
How long the user has used his VMs in this lab.
- latest_operation_result
- LatestOperationResult
The details of the latest operation. ex: status, error.
Feedback
Submit and view feedback for