Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerPlan
-
Packages that use MicrosoftGraphPlannerPlan Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPlannerPlan in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPlannerPlan Modifier and Type Method Description MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: plannerPlan.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withBuckets(List<MicrosoftGraphPlannerBucket> buckets)Set the buckets property: Read-only.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withCreatedBy(MicrosoftGraphIdentitySet createdBy)Set the createdBy property: identitySet.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: Read-only.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withDetails(MicrosoftGraphPlannerPlanDetails details)Set the details property: plannerPlanDetails.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withId(String id)Set the id property: Read-only.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withOwner(String owner)Set the owner property: ID of the Group that owns the plan.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withTasks(List<MicrosoftGraphPlannerTask> tasks)Set the tasks property: Read-only.MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withTitle(String title)Set the title property: Required.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPlannerPlan Modifier and Type Method Description List<MicrosoftGraphPlannerPlan>MicrosoftGraphPlannerGroup. plans()Get the plans property: Read-only.List<MicrosoftGraphPlannerPlan>MicrosoftGraphPlannerUser. plans()Get the plans property: Read-only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPlannerPlan Modifier and Type Method Description MicrosoftGraphPlannerGroupMicrosoftGraphPlannerGroup. withPlans(List<MicrosoftGraphPlannerPlan> plans)Set the plans property: Read-only.MicrosoftGraphPlannerUserMicrosoftGraphPlannerUser. withPlans(List<MicrosoftGraphPlannerPlan> plans)Set the plans property: Read-only.
-