Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphNotebookLinks
-
Packages that use MicrosoftGraphNotebookLinks Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphNotebookLinks in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphNotebookLinks Modifier and Type Method Description MicrosoftGraphNotebookLinks
MicrosoftGraphCopyNotebookModel. links()
Get the links property: notebookLinks.MicrosoftGraphNotebookLinks
MicrosoftGraphNotebook. links()
Get the links property: notebookLinks.MicrosoftGraphNotebookLinks
MicrosoftGraphNotebookLinks. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: notebookLinks.MicrosoftGraphNotebookLinks
MicrosoftGraphNotebookLinks. withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.MicrosoftGraphNotebookLinks
MicrosoftGraphNotebookLinks. withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphNotebookLinks Modifier and Type Method Description MicrosoftGraphCopyNotebookModel
MicrosoftGraphCopyNotebookModel. withLinks(MicrosoftGraphNotebookLinks links)
Set the links property: notebookLinks.MicrosoftGraphNotebook
MicrosoftGraphNotebook. withLinks(MicrosoftGraphNotebookLinks links)
Set the links property: notebookLinks.
-