Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphParentalControlSettings
-
Packages that use MicrosoftGraphParentalControlSettings Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphParentalControlSettings in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphParentalControlSettings Modifier and Type Method Description MicrosoftGraphParentalControlSettings
MicrosoftGraphApplicationInner. parentalControlSettings()
Get the parentalControlSettings property: parentalControlSettings.MicrosoftGraphParentalControlSettings
MicrosoftGraphParentalControlSettings. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: parentalControlSettings.MicrosoftGraphParentalControlSettings
MicrosoftGraphParentalControlSettings. withCountriesBlockedForMinors(List<String> countriesBlockedForMinors)
Set the countriesBlockedForMinors property: Specifies the two-letter ISO country codes.MicrosoftGraphParentalControlSettings
MicrosoftGraphParentalControlSettings. withLegalAgeGroupRule(String legalAgeGroupRule)
Set the legalAgeGroupRule property: Specifies the legal age group rule that applies to users of the app.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphParentalControlSettings Modifier and Type Method Description MicrosoftGraphApplicationInner
MicrosoftGraphApplicationInner. withParentalControlSettings(MicrosoftGraphParentalControlSettings parentalControlSettings)
Set the parentalControlSettings property: parentalControlSettings.
-