Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGroupSetting
-
Packages that use MicrosoftGraphGroupSetting Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphGroupSetting in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphGroupSetting Modifier and Type Method Description MicrosoftGraphGroupSettingMicrosoftGraphGroupSetting. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: groupSetting.MicrosoftGraphGroupSettingMicrosoftGraphGroupSetting. withDisplayName(String displayName)Set the displayName property: Display name of this group of settings, which comes from the associated template.MicrosoftGraphGroupSettingMicrosoftGraphGroupSetting. withId(String id)Set the id property: Read-only.MicrosoftGraphGroupSettingMicrosoftGraphGroupSetting. withTemplateId(String templateId)Set the templateId property: Unique identifier for the template used to create this group of settings.MicrosoftGraphGroupSettingMicrosoftGraphGroupSetting. withValues(List<MicrosoftGraphSettingValue> values)Set the values property: Collection of name value pairs.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphGroupSetting Modifier and Type Method Description List<MicrosoftGraphGroupSetting>MicrosoftGraphGroupInner. settings()Get the settings property: Read-only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphGroupSetting Modifier and Type Method Description MicrosoftGraphGroupInnerMicrosoftGraphGroupInner. withSettings(List<MicrosoftGraphGroupSetting> settings)Set the settings property: Read-only.
-