PersonalPreferencesOperationsPayload Class

Represents payload for any Environment operations like get, start, stop, connect.

Inheritance
PersonalPreferencesOperationsPayload

Constructor

PersonalPreferencesOperationsPayload(*, lab_account_resource_id: Optional[str] = None, add_remove: Optional[Union[str, azure.mgmt.labservices.models._managed_labs_client_enums.AddRemove]] = None, lab_resource_id: Optional[str] = None, **kwargs)

Parameters

lab_account_resource_id
str
Required

Resource Id of the lab account.

add_remove
str or AddRemove
Required

Enum indicating if user is adding or removing a favorite lab. Possible values include: "Add", "Remove".

lab_resource_id
str
Required

Resource Id of the lab to add/remove from the favorites list.