Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteSourceService
-
Packages that use MicrosoftGraphOnenoteSourceService Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnenoteSourceService in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOnenoteSourceService Modifier and Type Field Description static MicrosoftGraphOnenoteSourceService
MicrosoftGraphOnenoteSourceService. ON_PREM_ONE_DRIVE_FOR_BUSINESS
Static value OnPremOneDriveForBusiness for MicrosoftGraphOnenoteSourceService.static MicrosoftGraphOnenoteSourceService
MicrosoftGraphOnenoteSourceService. ONE_DRIVE
Static value OneDrive for MicrosoftGraphOnenoteSourceService.static MicrosoftGraphOnenoteSourceService
MicrosoftGraphOnenoteSourceService. ONE_DRIVE_FOR_BUSINESS
Static value OneDriveForBusiness for MicrosoftGraphOnenoteSourceService.static MicrosoftGraphOnenoteSourceService
MicrosoftGraphOnenoteSourceService. UNKNOWN
Static value Unknown for MicrosoftGraphOnenoteSourceService.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteSourceService Modifier and Type Method Description static MicrosoftGraphOnenoteSourceService
MicrosoftGraphOnenoteSourceService. fromString(String name)
Creates or finds a MicrosoftGraphOnenoteSourceService from its string representation.MicrosoftGraphOnenoteSourceService
MicrosoftGraphRecentNotebook. sourceService()
Get the sourceService property: onenoteSourceService.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenoteSourceService Modifier and Type Method Description static Collection<MicrosoftGraphOnenoteSourceService>
MicrosoftGraphOnenoteSourceService. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnenoteSourceService Modifier and Type Method Description MicrosoftGraphRecentNotebook
MicrosoftGraphRecentNotebook. withSourceService(MicrosoftGraphOnenoteSourceService sourceService)
Set the sourceService property: onenoteSourceService.
-