Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLicense
Packages that use MicrosoftGraphAssignedLicense
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAssignedLicense in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAssignedLicenseModifier and TypeMethodDescriptionMicrosoftGraphAssignedLicense.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: assignedLicense.MicrosoftGraphAssignedLicense.withDisabledPlans(List<UUID> disabledPlans) Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.Set the skuId property: The unique identifier for the SKU.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAssignedLicenseModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.assignedLicenses()Get the assignedLicenses property: The licenses that are assigned to the group.MicrosoftGraphUserInner.assignedLicenses()Get the assignedLicenses property: The licenses that are assigned to the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAssignedLicenseModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withAssignedLicenses(List<MicrosoftGraphAssignedLicense> assignedLicenses) Set the assignedLicenses property: The licenses that are assigned to the group.MicrosoftGraphUserInner.withAssignedLicenses(List<MicrosoftGraphAssignedLicense> assignedLicenses) Set the assignedLicenses property: The licenses that are assigned to the user.