Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingValue
-
Packages that use MicrosoftGraphSettingValue Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSettingValue in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSettingValue Modifier and Type Method Description MicrosoftGraphSettingValue
MicrosoftGraphSettingValue. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: settingValue.MicrosoftGraphSettingValue
MicrosoftGraphSettingValue. withName(String name)
Set the name property: Name of the setting (as defined by the groupSettingTemplate).MicrosoftGraphSettingValue
MicrosoftGraphSettingValue. withValue(String value)
Set the value property: Value of the setting.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSettingValue Modifier and Type Method Description List<MicrosoftGraphSettingValue>
MicrosoftGraphGroupSetting. values()
Get the values property: Collection of name value pairs.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSettingValue Modifier and Type Method Description MicrosoftGraphGroupSetting
MicrosoftGraphGroupSetting. withValues(List<MicrosoftGraphSettingValue> values)
Set the values property: Collection of name value pairs.
-