Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsTab
-
Packages that use MicrosoftGraphTeamsTab Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphTeamsTab Modifier and Type Method Description MicrosoftGraphTeamsTab
MicrosoftGraphTeamsTab. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamsTab.MicrosoftGraphTeamsTab
MicrosoftGraphTeamsTab. withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)
Set the configuration property: teamsTabConfiguration.MicrosoftGraphTeamsTab
MicrosoftGraphTeamsTab. withDisplayName(String displayName)
Set the displayName property: Name of the tab.MicrosoftGraphTeamsTab
MicrosoftGraphTeamsTab. withId(String id)
Set the id property: Read-only.MicrosoftGraphTeamsTab
MicrosoftGraphTeamsTab. withTeamsApp(MicrosoftGraphTeamsApp teamsApp)
Set the teamsApp property: teamsApp.MicrosoftGraphTeamsTab
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 MicrosoftGraphTeamsTab Modifier and Type Method Description List<MicrosoftGraphTeamsTab>
MicrosoftGraphChannel. 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 MicrosoftGraphTeamsTab Modifier and Type Method Description MicrosoftGraphChannel
MicrosoftGraphChannel. withTabs(List<MicrosoftGraphTeamsTab> tabs)
Set the tabs property: A collection of all the tabs in the channel.
-