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 plannerPlanConfigurationLocalizations plannerPlanConfigurationLocalization collection Get a list of the plannerPlanConfigurationLocalization objects and their properties.
Create plannerPlanConfigurationLocalization plannerPlanConfigurationLocalization Create a new plannerPlanConfigurationLocalization object.
Get plannerPlanConfigurationLocalization plannerPlanConfigurationLocalization Read the properties and relationships of a plannerPlanConfigurationLocalization object.
Update plannerPlanConfigurationLocalization plannerPlanConfigurationLocalization Update the properties of a plannerPlanConfigurationLocalization object.
Delete plannerPlanConfigurationLocalization None Delete a plannerPlanConfigurationLocalization object.

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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.plannerPlanConfigurationLocalization",
  "buckets": [{"@odata.type": "microsoft.graph.plannerPlanConfigurationBucketLocalization"}],
  "id": "String (identifier)",
  "languageTag": "String",
  "planTitle": "String"
  
}