Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedPlan
Packages that use MicrosoftGraphAssignedPlan
Package
Description
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 MicrosoftGraphAssignedPlanModifier and TypeMethodDescriptionMicrosoftGraphAssignedPlan.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: assignedPlan.MicrosoftGraphAssignedPlan.withAssignedDateTime(OffsetDateTime assignedDateTime) Set the assignedDateTime property: The assignedDateTime property.MicrosoftGraphAssignedPlan.withCapabilityStatus(String capabilityStatus) Set the capabilityStatus property: Condition of the capability assignment.MicrosoftGraphAssignedPlan.withService(String service) Set the service property: The name of the service; for example, 'Exchange'.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 MicrosoftGraphAssignedPlanModifier and TypeMethodDescriptionMicrosoftGraphOrganization.assignedPlans()Get the assignedPlans property: The collection of service plans associated with the tenant.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 MicrosoftGraphAssignedPlanModifier and TypeMethodDescriptionMicrosoftGraphOrganization.withAssignedPlans(List<MicrosoftGraphAssignedPlan> assignedPlans) Set the assignedPlans property: The collection of service plans associated with the tenant.MicrosoftGraphUserInner.withAssignedPlans(List<MicrosoftGraphAssignedPlan> assignedPlans) Set the assignedPlans property: The plans that are assigned to the user.