Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedPlan
-
Packages that use MicrosoftGraphAssignedPlan Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphAssignedPlan in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAssignedPlan Modifier and Type Method Description MicrosoftGraphAssignedPlan
MicrosoftGraphAssignedPlan. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: assignedPlan.MicrosoftGraphAssignedPlan
MicrosoftGraphAssignedPlan. withAssignedDateTime(OffsetDateTime assignedDateTime)
Set the assignedDateTime property: The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z.MicrosoftGraphAssignedPlan
MicrosoftGraphAssignedPlan. withCapabilityStatus(String capabilityStatus)
Set the capabilityStatus property: Condition of the capability assignment.MicrosoftGraphAssignedPlan
MicrosoftGraphAssignedPlan. withService(String service)
Set the service property: The name of the service; for example, 'Exchange'.MicrosoftGraphAssignedPlan
MicrosoftGraphAssignedPlan. withServicePlanId(UUID servicePlanId)
Set the servicePlanId property: A GUID that identifies the service plan.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAssignedPlan Modifier and Type Method Description List<MicrosoftGraphAssignedPlan>
MicrosoftGraphOrganizationInner. assignedPlans()
Get the assignedPlans property: The collection of service plans associated with the tenant.List<MicrosoftGraphAssignedPlan>
MicrosoftGraphUserInner. assignedPlans()
Get the assignedPlans property: The plans that are assigned to the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAssignedPlan Modifier and Type Method Description MicrosoftGraphOrganizationInner
MicrosoftGraphOrganizationInner. withAssignedPlans(List<MicrosoftGraphAssignedPlan> assignedPlans)
Set the assignedPlans property: The collection of service plans associated with the tenant.MicrosoftGraphUserInner
MicrosoftGraphUserInner. withAssignedPlans(List<MicrosoftGraphAssignedPlan> assignedPlans)
Set the assignedPlans property: The plans that are assigned to the user.
-