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 MicrosoftGraphPlannerBucket
MicrosoftGraphPlannerBucket. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerBucket.MicrosoftGraphPlannerBucket
MicrosoftGraphPlannerBucket. withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerBucket
MicrosoftGraphPlannerBucket. withName(String name)
Set the name property: Name of the bucket.MicrosoftGraphPlannerBucket
MicrosoftGraphPlannerBucket. withOrderHint(String orderHint)
Set the orderHint property: Hint used to order items of this type in a list view.MicrosoftGraphPlannerBucket
MicrosoftGraphPlannerBucket. withPlanId(String planId)
Set the planId property: Plan ID to which the bucket belongs.MicrosoftGraphPlannerBucket
MicrosoftGraphPlannerBucket. 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 MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withBuckets(List<MicrosoftGraphPlannerBucket> buckets)
Set the buckets property: Read-only.
-