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