getGlobalUserPersonalPreferences

Get personal preferences for a user Uses Azure REST API version 2018-10-15.

Return

Represents the PersonalPreferences for the user

Parameters

argument

null


suspend fun getGlobalUserPersonalPreferences(addRemove: Either<String, AddRemove>? = null, labAccountResourceId: String? = null, labResourceId: String? = null, userName: String): GetGlobalUserPersonalPreferencesResult

Return

Represents the PersonalPreferences for the user

Parameters

addRemove

Enum indicating if user is adding or removing a favorite lab

labAccountResourceId

Resource Id of the lab account

labResourceId

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

userName

The name of the user.

See also


Return

Represents the PersonalPreferences for the user

Parameters

argument

Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetGlobalUserPersonalPreferencesPlainArgs.

See also