businessScenarioPlanner 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.
Contains Microsoft Planner-related content for the scenario, allowing both configuration of Planner behavior and accessing the scenario data in Planner.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get businessScenarioPlanner | businessScenarioPlanner | Read the properties and relationships of a businessScenarioPlanner object. |
getPlan | businessScenarioPlanReference | Get information about the plannerPlan mapped to a given target. |
Get plannerPlanConfiguration | plannerPlanConfiguration | Get the plannerPlanConfiguration from the planConfiguration navigation property. |
Get plannerTaskConfiguration | plannerTaskConfiguration | Get the plannerTaskConfiguration from the taskConfiguration navigation property. |
List tasks | businessScenarioTask collection | Get the businessScenarioTasks from the tasks navigation property. |
Create businessScenarioTask | businessScenarioTask | Create a new businessScenarioTask object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the businessScenarioPlanner object. Inherited from entity. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
planConfiguration | plannerPlanConfiguration | The configuration of Planner plans that will be created for the scenario. |
taskConfiguration | plannerTaskConfiguration | The configuration of Planner tasks that will be created for the scenario. |
tasks | businessScenarioTask collection | The Planner tasks for the scenario. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.businessScenarioPlanner",
"id": "String (identifier)"
}