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 |
---|---|---|
getPlan | 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 is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.businessScenarioPlanReference",
"id": "String (identifier)",
"title": "String"
}
Feedback
Submit and view feedback for