Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerUser
-
Packages that use MicrosoftGraphPlannerUser Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPlannerUser in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPlannerUser Modifier and Type Method Description MicrosoftGraphPlannerUser
MicrosoftGraphUserInner. planner()
Get the planner property: plannerUser.MicrosoftGraphPlannerUser
MicrosoftGraphPlannerUser. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerUser.MicrosoftGraphPlannerUser
MicrosoftGraphPlannerUser. withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerUser
MicrosoftGraphPlannerUser. withPlans(List<MicrosoftGraphPlannerPlan> plans)
Set the plans property: Read-only.MicrosoftGraphPlannerUser
MicrosoftGraphPlannerUser. withTasks(List<MicrosoftGraphPlannerTask> tasks)
Set the tasks property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPlannerUser Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withPlanner(MicrosoftGraphPlannerUser planner)
Set the planner property: plannerUser.
-