Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerBucket
-
Packages that use MicrosoftGraphPlannerBucket Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPlannerBucket in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPlannerBucket Modifier and Type Method Description MicrosoftGraphPlannerBucketMicrosoftGraphPlannerBucket. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: plannerBucket.MicrosoftGraphPlannerBucketMicrosoftGraphPlannerBucket. withId(String id)Set the id property: Read-only.MicrosoftGraphPlannerBucketMicrosoftGraphPlannerBucket. withName(String name)Set the name property: Name of the bucket.MicrosoftGraphPlannerBucketMicrosoftGraphPlannerBucket. withOrderHint(String orderHint)Set the orderHint property: Hint used to order items of this type in a list view.MicrosoftGraphPlannerBucketMicrosoftGraphPlannerBucket. withPlanId(String planId)Set the planId property: Plan ID to which the bucket belongs.MicrosoftGraphPlannerBucketMicrosoftGraphPlannerBucket. withTasks(List<MicrosoftGraphPlannerTask> tasks)Set the tasks property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPlannerBucket Modifier and Type Method Description List<MicrosoftGraphPlannerBucket>MicrosoftGraphPlannerPlan. buckets()Get the buckets property: Read-only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPlannerBucket Modifier and Type Method Description MicrosoftGraphPlannerPlanMicrosoftGraphPlannerPlan. withBuckets(List<MicrosoftGraphPlannerBucket> buckets)Set the buckets property: Read-only.
-