Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseDetails
Packages that use MicrosoftGraphLicenseDetails
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphLicenseDetails in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLicenseDetailsModifier and TypeMethodDescriptionMicrosoftGraphLicenseDetails.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: licenseDetails.Set the id property: Read-only.MicrosoftGraphLicenseDetails.withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans) Set the servicePlans property: Information about the service plans assigned with the license.Set the skuId property: Unique identifier (GUID) for the service SKU.MicrosoftGraphLicenseDetails.withSkuPartNumber(String skuPartNumber) Set the skuPartNumber property: The skuPartNumber property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphLicenseDetailsModifier and TypeMethodDescriptionMicrosoftGraphUserInner.licenseDetails()Get the licenseDetails property: A collection of this user's license details.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphLicenseDetailsModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withLicenseDetails(List<MicrosoftGraphLicenseDetails> licenseDetails) Set the licenseDetails property: A collection of this user's license details.