Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsTabConfiguration
Packages that use MicrosoftGraphTeamsTabConfiguration
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTeamsTabConfiguration in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTeamsTabConfigurationModifier and TypeMethodDescriptionMicrosoftGraphTeamsTab.configuration()Get the configuration property: teamsTabConfiguration.MicrosoftGraphTeamsTabConfiguration.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamsTabConfiguration.MicrosoftGraphTeamsTabConfiguration.withContentUrl(String contentUrl) Set the contentUrl property: Url used for rendering tab contents in Teams.MicrosoftGraphTeamsTabConfiguration.withEntityId(String entityId) Set the entityId property: Identifier for the entity hosted by the tab provider.MicrosoftGraphTeamsTabConfiguration.withRemoveUrl(String removeUrl) Set the removeUrl property: Url called by Teams client when a Tab is removed using the Teams Client.MicrosoftGraphTeamsTabConfiguration.withWebsiteUrl(String websiteUrl) Set the websiteUrl property: Url for showing tab contents outside of Teams.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTeamsTabConfigurationModifier and TypeMethodDescriptionMicrosoftGraphTeamsTab.withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration) Set the configuration property: teamsTabConfiguration.