Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteUserRole
-
Packages that use MicrosoftGraphOnenoteUserRole Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnenoteUserRole in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOnenoteUserRole Modifier and Type Field Description static MicrosoftGraphOnenoteUserRoleMicrosoftGraphOnenoteUserRole. CONTRIBUTORStatic value Contributor for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRoleMicrosoftGraphOnenoteUserRole. NONEStatic value None for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRoleMicrosoftGraphOnenoteUserRole. OWNERStatic value Owner for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRoleMicrosoftGraphOnenoteUserRole. READERStatic value Reader for MicrosoftGraphOnenoteUserRole.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteUserRole Modifier and Type Method Description static MicrosoftGraphOnenoteUserRoleMicrosoftGraphOnenoteUserRole. fromString(String name)Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.MicrosoftGraphOnenoteUserRoleMicrosoftGraphCopyNotebookModel. userRole()Get the userRole property: The userRole property.MicrosoftGraphOnenoteUserRoleMicrosoftGraphNotebook. userRole()Get the userRole property: The userRole property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenoteUserRole Modifier and Type Method Description static Collection<MicrosoftGraphOnenoteUserRole>MicrosoftGraphOnenoteUserRole. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnenoteUserRole Modifier and Type Method Description MicrosoftGraphCopyNotebookModelMicrosoftGraphCopyNotebookModel. withUserRole(MicrosoftGraphOnenoteUserRole userRole)Set the userRole property: The userRole property.MicrosoftGraphNotebookMicrosoftGraphNotebook. withUserRole(MicrosoftGraphOnenoteUserRole userRole)Set the userRole property: The userRole property.
-