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 MicrosoftGraphGroupSetting
MicrosoftGraphGroupSetting. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: groupSetting.MicrosoftGraphGroupSetting
MicrosoftGraphGroupSetting. withDisplayName(String displayName)
Set the displayName property: Display name of this group of settings, which comes from the associated template.MicrosoftGraphGroupSetting
MicrosoftGraphGroupSetting. withId(String id)
Set the id property: Read-only.MicrosoftGraphGroupSetting
MicrosoftGraphGroupSetting. withTemplateId(String templateId)
Set the templateId property: Unique identifier for the template used to create this group of settings.MicrosoftGraphGroupSetting
MicrosoftGraphGroupSetting. 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 MicrosoftGraphGroupInner
MicrosoftGraphGroupInner. withSettings(List<MicrosoftGraphGroupSetting> settings)
Set the settings property: Read-only.
-