plannerPlanConfigurationLocalization resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the localized names for a plannerPlanConfiguration for a specific language.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | plannerPlanConfigurationLocalization collection | Get a list of the plannerPlanConfigurationLocalization objects and their properties. |
Update | plannerPlanConfiguration | Add, remove, or update a plannerPlanConfigurationLocalization via the update of the plannerPlanConfiguration. |
Properties
Property | Type | Description |
---|---|---|
buckets | plannerPlanConfigurationBucketLocalization collection | Localized names for configured buckets in the plan configuration. |
id | String | The unique identifier for the plan configuration location. Inherited from entity. |
languageTag | String | The language code associated with the localized names in this object. |
planTitle | String | Localized title of the plan. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerPlanConfigurationLocalization",
"buckets": [{"@odata.type": "microsoft.graph.plannerPlanConfigurationBucketLocalization"}],
"id": "String (identifier)",
"languageTag": "String",
"planTitle": "String"
}