Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsTab
Packages that use MicrosoftGraphTeamsTab
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTeamsTab in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTeamsTabModifier and TypeMethodDescriptionMicrosoftGraphTeamsTab.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamsTab.MicrosoftGraphTeamsTab.withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration) Set the configuration property: teamsTabConfiguration.MicrosoftGraphTeamsTab.withDisplayName(String displayName) Set the displayName property: Name of the tab.Set the id property: Read-only.MicrosoftGraphTeamsTab.withTeamsApp(MicrosoftGraphTeamsApp teamsApp) Set the teamsApp property: teamsApp.MicrosoftGraphTeamsTab.withWebUrl(String webUrl) Set the webUrl property: Deep link URL of the tab instance.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTeamsTabModifier and TypeMethodDescriptionMicrosoftGraphChannel.tabs()Get the tabs property: A collection of all the tabs in the channel.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTeamsTabModifier and TypeMethodDescriptionMicrosoftGraphChannel.withTabs(List<MicrosoftGraphTeamsTab> tabs) Set the tabs property: A collection of all the tabs in the channel.