businessScenarioPlanReference 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 a reference to a plannerPlan object.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get plan | businessScenarioPlanReference | Get information about the plannerPlan mapped to a given target. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the plannerPlan. Inherited from entity. Read-only. |
title | String | The title property of the plannerPlan. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.businessScenarioPlanReference",
"id": "String (identifier)",
"title": "String"
}