Class MicrosoftGraphLobbyBypassSettings
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLobbyBypassSettings
lobbyBypassSettings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphLobbyBypassSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: lobbyBypassSettings.Get the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby.scope()Get the scope property: lobbyBypassScope.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: lobbyBypassSettings.withIsDialInBypassEnabled(Boolean isDialInBypassEnabled) Set the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby.Set the scope property: lobbyBypassScope.
-
Constructor Details
-
MicrosoftGraphLobbyBypassSettings
public MicrosoftGraphLobbyBypassSettings()Creates an instance of MicrosoftGraphLobbyBypassSettings class.
-
-
Method Details
-
isDialInBypassEnabled
Get the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby. Optional.- Returns:
- the isDialInBypassEnabled value.
-
withIsDialInBypassEnabled
Set the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby. Optional.- Parameters:
isDialInBypassEnabled- the isDialInBypassEnabled value to set.- Returns:
- the MicrosoftGraphLobbyBypassSettings object itself.
-
scope
Get the scope property: lobbyBypassScope.- Returns:
- the scope value.
-
withScope
Set the scope property: lobbyBypassScope.- Parameters:
scope- the scope value to set.- Returns:
- the MicrosoftGraphLobbyBypassSettings object itself.
-
additionalProperties
Get the additionalProperties property: lobbyBypassSettings.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphLobbyBypassSettings withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: lobbyBypassSettings.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphLobbyBypassSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-