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 MicrosoftGraphAssignedPlanMicrosoftGraphAssignedPlan. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: assignedPlan.MicrosoftGraphAssignedPlanMicrosoftGraphAssignedPlan. withAssignedDateTime(OffsetDateTime assignedDateTime)Set the assignedDateTime property: The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z.MicrosoftGraphAssignedPlanMicrosoftGraphAssignedPlan. withCapabilityStatus(String capabilityStatus)Set the capabilityStatus property: Condition of the capability assignment.MicrosoftGraphAssignedPlanMicrosoftGraphAssignedPlan. withService(String service)Set the service property: The name of the service; for example, 'Exchange'.MicrosoftGraphAssignedPlanMicrosoftGraphAssignedPlan. 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 MicrosoftGraphOrganizationInnerMicrosoftGraphOrganizationInner. withAssignedPlans(List<MicrosoftGraphAssignedPlan> assignedPlans)Set the assignedPlans property: The collection of service plans associated with the tenant.MicrosoftGraphUserInnerMicrosoftGraphUserInner. withAssignedPlans(List<MicrosoftGraphAssignedPlan> assignedPlans)Set the assignedPlans property: The plans that are assigned to the user.
-