Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserScopeTeamsAppInstallation
-
Packages that use MicrosoftGraphUserScopeTeamsAppInstallation Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphUserScopeTeamsAppInstallation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphUserScopeTeamsAppInstallation Modifier and Type Method Description MicrosoftGraphUserScopeTeamsAppInstallationMicrosoftGraphUserScopeTeamsAppInstallation. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: userScopeTeamsAppInstallation.MicrosoftGraphUserScopeTeamsAppInstallationMicrosoftGraphUserScopeTeamsAppInstallation. withChat(MicrosoftGraphChat chat)Set the chat property: chat.MicrosoftGraphUserScopeTeamsAppInstallationMicrosoftGraphUserScopeTeamsAppInstallation. withId(String id)Set the id property: Read-only.MicrosoftGraphUserScopeTeamsAppInstallationMicrosoftGraphUserScopeTeamsAppInstallation. withTeamsApp(MicrosoftGraphTeamsApp teamsApp)Set the teamsApp property: teamsApp.MicrosoftGraphUserScopeTeamsAppInstallationMicrosoftGraphUserScopeTeamsAppInstallation. withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)Set the teamsAppDefinition property: teamsAppDefinition.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphUserScopeTeamsAppInstallation Modifier and Type Method Description List<MicrosoftGraphUserScopeTeamsAppInstallation>MicrosoftGraphUserTeamwork. installedApps()Get the installedApps property: The apps installed in the personal scope of this user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphUserScopeTeamsAppInstallation Modifier and Type Method Description MicrosoftGraphUserTeamworkMicrosoftGraphUserTeamwork. withInstalledApps(List<MicrosoftGraphUserScopeTeamsAppInstallation> installedApps)Set the installedApps property: The apps installed in the personal scope of this user.
-