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 MicrosoftGraphTeamsTabMicrosoftGraphTeamsTab. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: teamsTab.MicrosoftGraphTeamsTabMicrosoftGraphTeamsTab. withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)Set the configuration property: teamsTabConfiguration.MicrosoftGraphTeamsTabMicrosoftGraphTeamsTab. withDisplayName(String displayName)Set the displayName property: Name of the tab.MicrosoftGraphTeamsTabMicrosoftGraphTeamsTab. withId(String id)Set the id property: Read-only.MicrosoftGraphTeamsTabMicrosoftGraphTeamsTab. withTeamsApp(MicrosoftGraphTeamsApp teamsApp)Set the teamsApp property: teamsApp.MicrosoftGraphTeamsTabMicrosoftGraphTeamsTab. 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 MicrosoftGraphChannelMicrosoftGraphChannel. withTabs(List<MicrosoftGraphTeamsTab> tabs)Set the tabs property: A collection of all the tabs in the channel.
-