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 MicrosoftGraphTeamGuestSettingsMicrosoftGraphTeamInner. guestSettings()Get the guestSettings property: teamGuestSettings.MicrosoftGraphTeamGuestSettingsMicrosoftGraphTeamGuestSettings. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: teamGuestSettings.MicrosoftGraphTeamGuestSettingsMicrosoftGraphTeamGuestSettings. withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)Set the allowCreateUpdateChannels property: If set to true, guests can add and update channels.MicrosoftGraphTeamGuestSettingsMicrosoftGraphTeamGuestSettings. 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 MicrosoftGraphTeamInnerMicrosoftGraphTeamInner. withGuestSettings(MicrosoftGraphTeamGuestSettings guestSettings)Set the guestSettings property: teamGuestSettings.
-