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 MicrosoftGraphParentalControlSettingsMicrosoftGraphApplicationInner. parentalControlSettings()Get the parentalControlSettings property: parentalControlSettings.MicrosoftGraphParentalControlSettingsMicrosoftGraphParentalControlSettings. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: parentalControlSettings.MicrosoftGraphParentalControlSettingsMicrosoftGraphParentalControlSettings. withCountriesBlockedForMinors(List<String> countriesBlockedForMinors)Set the countriesBlockedForMinors property: Specifies the two-letter ISO country codes.MicrosoftGraphParentalControlSettingsMicrosoftGraphParentalControlSettings. 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 MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withParentalControlSettings(MicrosoftGraphParentalControlSettings parentalControlSettings)Set the parentalControlSettings property: parentalControlSettings.
-