Azure.Connectors.Sdk.Planner.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AppliedCategories |
appliedCategories |
| AssignUsersInput |
Add assignees to a task |
| CreateBucketInput |
Create a bucket |
| CreateBucketResponse |
Response for Create a bucket |
| CreateTaskRequest |
CreateTask_Request_V4 |
| GetPlanDetailsResponse |
Response for Get plan details |
| GetTaskDetailsResponse |
Response for Get task details |
| GetTaskResponse |
Response for Remove assignees from a task |
| ListBucketsResponse |
Response for List buckets |
| ListGroupsResponse |
Response for List groups that I am member of |
| ListMyPlansResponse |
Response for List plans for a group |
| ListTasksResponse |
Response for List my tasks |
| PlannerModelFactory |
Model factory for creating instances of Planner models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated. |
| PlannerOnCompleteTaskTriggerPayload |
Typed trigger payload for the OnCompleteTask trigger (Planner "When a task is completed", operationId: OnCompleteTask_V3).
Deserialize Connector Namespace callbacks directly: |
| PlannerOnNewTaskTriggerPayload |
Typed trigger payload for the OnNewTask trigger (Planner "When a new task is created", operationId: OnNewTask_V3).
Deserialize Connector Namespace callbacks directly: |
| PlannerOnTaskAssignedToMeTriggerPayload |
Typed trigger payload for the OnTaskAssignedToMe trigger (Planner "When a task is assigned to me", operationId: OnTaskAssignedToMe_V2).
Deserialize Connector Namespace callbacks directly: |
| PlannerTriggers |
Static registry of trigger operations for the Planner connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See PlannerTriggerOperations for the complete list of trigger operation name constants. |
| UnassignUsersInput |
Remove assignees from a task |
| UpdateTaskDetailsRequest |
UpdateTaskDetails_Request |
| UpdateTaskRequest |
UpdateTask_Request_V3 |