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 MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerPlan.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withBuckets(List<MicrosoftGraphPlannerBucket> buckets)
Set the buckets property: Read-only.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the createdBy property: identitySet.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: Read-only.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withDetails(MicrosoftGraphPlannerPlanDetails details)
Set the details property: plannerPlanDetails.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withOwner(String owner)
Set the owner property: ID of the Group that owns the plan.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withTasks(List<MicrosoftGraphPlannerTask> tasks)
Set the tasks property: Read-only.MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. 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 MicrosoftGraphPlannerGroup
MicrosoftGraphPlannerGroup. withPlans(List<MicrosoftGraphPlannerPlan> plans)
Set the plans property: Read-only.MicrosoftGraphPlannerUser
MicrosoftGraphPlannerUser. withPlans(List<MicrosoftGraphPlannerPlan> plans)
Set the plans property: Read-only.
-