Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerPlanDetails
-
Packages that use MicrosoftGraphPlannerPlanDetails Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPlannerPlanDetails in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPlannerPlanDetails Modifier and Type Method Description MicrosoftGraphPlannerPlanDetails
MicrosoftGraphPlannerPlan. details()
Get the details property: plannerPlanDetails.MicrosoftGraphPlannerPlanDetails
MicrosoftGraphPlannerPlanDetails. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerPlanDetails.MicrosoftGraphPlannerPlanDetails
MicrosoftGraphPlannerPlanDetails. withCategoryDescriptions(MicrosoftGraphPlannerCategoryDescriptions categoryDescriptions)
Set the categoryDescriptions property: plannerCategoryDescriptions.MicrosoftGraphPlannerPlanDetails
MicrosoftGraphPlannerPlanDetails. withId(String id)
Set the id property: Read-only.MicrosoftGraphPlannerPlanDetails
MicrosoftGraphPlannerPlanDetails. withSharedWith(Map<String,Object> sharedWith)
Set the sharedWith property: plannerUserIds.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPlannerPlanDetails Modifier and Type Method Description MicrosoftGraphPlannerPlan
MicrosoftGraphPlannerPlan. withDetails(MicrosoftGraphPlannerPlanDetails details)
Set the details property: plannerPlanDetails.
-