Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDefinition
Packages that use MicrosoftGraphTeamsAppDefinition
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTeamsAppDefinition in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTeamsAppDefinitionModifier and TypeMethodDescriptionMicrosoftGraphTeamsAppInstallation.teamsAppDefinition()Get the teamsAppDefinition property: teamsAppDefinition.MicrosoftGraphTeamsAppDefinition.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamsAppDefinition.MicrosoftGraphTeamsAppDefinition.withDisplayName(String displayName) Set the displayName property: The name of the app provided by the app developer.Set the id property: Read-only.MicrosoftGraphTeamsAppDefinition.withTeamsAppId(String teamsAppId) Set the teamsAppId property: The ID from the Teams app manifest.MicrosoftGraphTeamsAppDefinition.withVersion(String version) Set the version property: The version number of the application.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTeamsAppDefinitionModifier and TypeMethodDescriptionMicrosoftGraphTeamsApp.appDefinitions()Get the appDefinitions property: The details for each version of the app.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTeamsAppDefinitionModifier and TypeMethodDescriptionMicrosoftGraphTeamsAppInstallation.withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition) Set the teamsAppDefinition property: teamsAppDefinition.MicrosoftGraphUserScopeTeamsAppInstallation.withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition) Set the teamsAppDefinition property: teamsAppDefinition.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTeamsAppDefinitionModifier and TypeMethodDescriptionMicrosoftGraphTeamsApp.withAppDefinitions(List<MicrosoftGraphTeamsAppDefinition> appDefinitions) Set the appDefinitions property: The details for each version of the app.