Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphServicePlanInfo
Packages that use MicrosoftGraphServicePlanInfo
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphServicePlanInfo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphServicePlanInfoModifier and TypeMethodDescriptionMicrosoftGraphServicePlanInfo.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: servicePlanInfo.MicrosoftGraphServicePlanInfo.withAppliesTo(String appliesTo) Set the appliesTo property: The object the service plan can be assigned to.MicrosoftGraphServicePlanInfo.withProvisioningStatus(String provisioningStatus) Set the provisioningStatus property: The provisioning status of the service plan.MicrosoftGraphServicePlanInfo.withServicePlanId(UUID servicePlanId) Set the servicePlanId property: The unique identifier of the service plan.MicrosoftGraphServicePlanInfo.withServicePlanName(String servicePlanName) Set the servicePlanName property: The name of the service plan.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphServicePlanInfoModifier and TypeMethodDescriptionMicrosoftGraphLicenseDetails.servicePlans()Get the servicePlans property: Information about the service plans assigned with the license.MicrosoftGraphSubscribedSku.servicePlans()Get the servicePlans property: Information about the service plans that are available with the SKU.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphServicePlanInfoModifier and TypeMethodDescriptionMicrosoftGraphLicenseDetails.withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans) Set the servicePlans property: Information about the service plans assigned with the license.MicrosoftGraphSubscribedSku.withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans) Set the servicePlans property: Information about the service plans that are available with the SKU.