Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamGuestSettings
-
Packages that use MicrosoftGraphTeamGuestSettings Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTeamGuestSettings in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTeamGuestSettings Modifier and Type Method Description MicrosoftGraphTeamGuestSettings
MicrosoftGraphTeamInner. guestSettings()
Get the guestSettings property: teamGuestSettings.MicrosoftGraphTeamGuestSettings
MicrosoftGraphTeamGuestSettings. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamGuestSettings.MicrosoftGraphTeamGuestSettings
MicrosoftGraphTeamGuestSettings. withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
Set the allowCreateUpdateChannels property: If set to true, guests can add and update channels.MicrosoftGraphTeamGuestSettings
MicrosoftGraphTeamGuestSettings. withAllowDeleteChannels(Boolean allowDeleteChannels)
Set the allowDeleteChannels property: If set to true, guests can delete channels.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTeamGuestSettings Modifier and Type Method Description MicrosoftGraphTeamInner
MicrosoftGraphTeamInner. withGuestSettings(MicrosoftGraphTeamGuestSettings guestSettings)
Set the guestSettings property: teamGuestSettings.
-