Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDefinition
-
Packages that use MicrosoftGraphTeamsAppDefinition Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphTeamsAppDefinition Modifier and Type Method Description MicrosoftGraphTeamsAppDefinitionMicrosoftGraphTeamsAppInstallation. teamsAppDefinition()Get the teamsAppDefinition property: teamsAppDefinition.MicrosoftGraphTeamsAppDefinitionMicrosoftGraphTeamsAppDefinition. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: teamsAppDefinition.MicrosoftGraphTeamsAppDefinitionMicrosoftGraphTeamsAppDefinition. withDisplayName(String displayName)Set the displayName property: The name of the app provided by the app developer.MicrosoftGraphTeamsAppDefinitionMicrosoftGraphTeamsAppDefinition. withId(String id)Set the id property: Read-only.MicrosoftGraphTeamsAppDefinitionMicrosoftGraphTeamsAppDefinition. withTeamsAppId(String teamsAppId)Set the teamsAppId property: The ID from the Teams app manifest.MicrosoftGraphTeamsAppDefinitionMicrosoftGraphTeamsAppDefinition. 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 MicrosoftGraphTeamsAppDefinition Modifier and Type Method Description List<MicrosoftGraphTeamsAppDefinition>MicrosoftGraphTeamsApp. 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 MicrosoftGraphTeamsAppDefinition Modifier and Type Method Description MicrosoftGraphTeamsAppInstallationMicrosoftGraphTeamsAppInstallation. withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)Set the teamsAppDefinition property: teamsAppDefinition.MicrosoftGraphUserScopeTeamsAppInstallationMicrosoftGraphUserScopeTeamsAppInstallation. withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)Set the teamsAppDefinition property: teamsAppDefinition.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTeamsAppDefinition Modifier and Type Method Description MicrosoftGraphTeamsAppMicrosoftGraphTeamsApp. withAppDefinitions(List<MicrosoftGraphTeamsAppDefinition> appDefinitions)Set the appDefinitions property: The details for each version of the app.
-