Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLobbyBypassSettings
-
Packages that use MicrosoftGraphLobbyBypassSettings Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLobbyBypassSettings in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLobbyBypassSettings Modifier and Type Method Description MicrosoftGraphLobbyBypassSettings
MicrosoftGraphOnlineMeeting. lobbyBypassSettings()
Get the lobbyBypassSettings property: lobbyBypassSettings.MicrosoftGraphLobbyBypassSettings
MicrosoftGraphLobbyBypassSettings. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: lobbyBypassSettings.MicrosoftGraphLobbyBypassSettings
MicrosoftGraphLobbyBypassSettings. withIsDialInBypassEnabled(Boolean isDialInBypassEnabled)
Set the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby.MicrosoftGraphLobbyBypassSettings
MicrosoftGraphLobbyBypassSettings. withScope(MicrosoftGraphLobbyBypassScope scope)
Set the scope property: The scope property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLobbyBypassSettings Modifier and Type Method Description MicrosoftGraphOnlineMeeting
MicrosoftGraphOnlineMeeting. withLobbyBypassSettings(MicrosoftGraphLobbyBypassSettings lobbyBypassSettings)
Set the lobbyBypassSettings property: lobbyBypassSettings.
-