MicrosoftGraphLobbyBypassSettings Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphLobbyBypassSettings
- com.
Implements
public final class MicrosoftGraphLobbyBypassSettings
implements JsonSerializable<MicrosoftGraphLobbyBypassSettings>
lobbyBypassSettings.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphLobbyBypassSettings() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
isDialInBypassEnabled()
Get the is |
Microsoft |
scope()
Get the scope property: lobby |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withIsDialInBypassEnabled(Boolean isDialInBypassEnabled)
Set the is |
Microsoft |
withScope(MicrosoftGraphLobbyBypassScope scope)
Set the scope property: lobby |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphLobbyBypassSettings
public MicrosoftGraphLobbyBypassSettings()
Creates an instance of MicrosoftGraphLobbyBypassSettings class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: lobbyBypassSettings.
Returns:
fromJson
public static MicrosoftGraphLobbyBypassSettings fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphLobbyBypassSettings from the JsonReader.
Parameters:
Returns:
Throws:
isDialInBypassEnabled
public Boolean isDialInBypassEnabled()
Get the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby. Optional.
Returns:
scope
public MicrosoftGraphLobbyBypassScope scope()
Get the scope property: lobbyBypassScope.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphLobbyBypassSettings withAdditionalProperties(Map
Set the additionalProperties property: lobbyBypassSettings.
Parameters:
Returns:
withIsDialInBypassEnabled
public MicrosoftGraphLobbyBypassSettings withIsDialInBypassEnabled(Boolean isDialInBypassEnabled)
Set the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby. Optional.
Parameters:
Returns:
withScope
public MicrosoftGraphLobbyBypassSettings withScope(MicrosoftGraphLobbyBypassScope scope)
Set the scope property: lobbyBypassScope.
Parameters:
Returns:
Applies to
Azure SDK for Java