Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerPlan
Packages that use MicrosoftGraphPlannerPlan
Package
Description
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 MicrosoftGraphPlannerPlanModifier and TypeMethodDescriptionMicrosoftGraphPlannerPlan.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerPlan.MicrosoftGraphPlannerPlan.withBuckets(List<MicrosoftGraphPlannerBucket> buckets) Set the buckets property: Read-only.MicrosoftGraphPlannerPlan.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphPlannerPlan.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Read-only.MicrosoftGraphPlannerPlan.withDetails(MicrosoftGraphPlannerPlanDetails details) Set the details property: plannerPlanDetails.Set the id property: Read-only.Set the owner property: ID of the Group that owns the plan.MicrosoftGraphPlannerPlan.withTasks(List<MicrosoftGraphPlannerTask> tasks) Set the tasks property: Read-only.Set the title property: Required.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPlannerPlanModifier and TypeMethodDescriptionMicrosoftGraphPlannerGroup.plans()Get the plans property: Read-only.MicrosoftGraphPlannerUser.plans()Get the plans property: Read-only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPlannerPlanModifier and TypeMethodDescriptionMicrosoftGraphPlannerGroup.withPlans(List<MicrosoftGraphPlannerPlan> plans) Set the plans property: Read-only.MicrosoftGraphPlannerUser.withPlans(List<MicrosoftGraphPlannerPlan> plans) Set the plans property: Read-only.