Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphConversationMember
Packages that use MicrosoftGraphConversationMember
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphConversationMember in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphConversationMemberModifier and TypeMethodDescriptionMicrosoftGraphConversationMember.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: conversationMember.MicrosoftGraphConversationMember.withDisplayName(String displayName) Set the displayName property: The display name of the user.Set the id property: Read-only.Set the roles property: The roles for that user.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphConversationMemberModifier and TypeMethodDescriptionMicrosoftGraphChannel.members()Get the members property: A collection of membership records associated with the channel.MicrosoftGraphTeamInner.members()Get the members property: Members and owners of the team.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphConversationMemberModifier and TypeMethodDescriptionMicrosoftGraphChannel.withMembers(List<MicrosoftGraphConversationMember> members) Set the members property: A collection of membership records associated with the channel.MicrosoftGraphTeamInner.withMembers(List<MicrosoftGraphConversationMember> members) Set the members property: Members and owners of the team.