Azure.Connectors.Sdk.Onenote.Models Namespace

Classes

Name Description
CreateSectionInNotebookResponse

Response for Create section in a notebook

CreateSectionRequest

CreateSectionRequest

GetPagesInSectionResponse

Response for Get pages for a specific section

GetSectionsInNotebookResponse

Response for Get sections in notebook

Link

links

NewPageResponse

Response for When a new page is created in a section

NewSectionGroupResponse

Response for When a new section group is created

NewSectionResponse

Response for When a new section is created

Notebook

Response for Get recent notebooks

OneNoteClientUrl

oneNoteClientUrl

OnenoteModelFactory

Model factory for creating instances of Onenote 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.

OnenoteOnNewPageInSectionTriggerPayload

Typed trigger payload for the OnNewPageInSection trigger (Onenote "When a new page is created in a section", operationId: OnNewPageInSection). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<OnenoteOnNewPageInSectionTriggerPayload>(body).

OnenoteOnNewSectionGroupInNotebookTriggerPayload

Typed trigger payload for the OnNewSectionGroupInNotebook trigger (Onenote "When a new section group is created", operationId: OnNewSectionGroupInNotebook). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<OnenoteOnNewSectionGroupInNotebookTriggerPayload>(body).

OnenoteOnNewSectionInNotebookTriggerPayload

Typed trigger payload for the OnNewSectionInNotebook trigger (Onenote "When a new section is created", operationId: OnNewSectionInNotebook). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<OnenoteOnNewSectionInNotebookTriggerPayload>(body).

OnenoteTriggers

Static registry of trigger operations for the Onenote 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 OnenoteTriggerOperations for the complete list of trigger operation name constants.

OneNoteWebUrl

oneNoteWebUrl

Page

Response for Create page in a section

ParentNotebook

parentNotebook

SectionGroupResponse

Item in An array of objects, each representing a specific section group.

SectionListItem

Item in value

SectionResponse

Item in An array of objects, each representing a specific section.