Class MicrosoftGraphGroupSetting
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGroupSetting
groupSetting.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphGroupSetting class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: groupSetting.Get the displayName property: Display name of this group of settings, which comes from the associated template.Get the templateId property: Unique identifier for the template used to create this group of settings.voidvalidate()Validates the instance.values()Get the values property: Collection of name value pairs.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: groupSetting.withDisplayName(String displayName) Set the displayName property: Display name of this group of settings, which comes from the associated template.Set the id property: Read-only.withTemplateId(String templateId) Set the templateId property: Unique identifier for the template used to create this group of settings.withValues(List<MicrosoftGraphSettingValue> values) Set the values property: Collection of name value pairs.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphGroupSetting
public MicrosoftGraphGroupSetting()Creates an instance of MicrosoftGraphGroupSetting class.
-
-
Method Details
-
displayName
Get the displayName property: Display name of this group of settings, which comes from the associated template.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Display name of this group of settings, which comes from the associated template.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphGroupSetting object itself.
-
templateId
Get the templateId property: Unique identifier for the template used to create this group of settings. Read-only.- Returns:
- the templateId value.
-
withTemplateId
Set the templateId property: Unique identifier for the template used to create this group of settings. Read-only.- Parameters:
templateId- the templateId value to set.- Returns:
- the MicrosoftGraphGroupSetting object itself.
-
values
Get the values property: Collection of name value pairs. Must contain and set all the settings defined in the template.- Returns:
- the values value.
-
withValues
Set the values property: Collection of name value pairs. Must contain and set all the settings defined in the template.- Parameters:
values- the values value to set.- Returns:
- the MicrosoftGraphGroupSetting object itself.
-
additionalProperties
Get the additionalProperties property: groupSetting.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: groupSetting.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphGroupSetting object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-