Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLicense
-
Packages that use MicrosoftGraphAssignedLicense Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphAssignedLicense Modifier and Type Method Description MicrosoftGraphAssignedLicense
MicrosoftGraphAssignedLicense. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: assignedLicense.MicrosoftGraphAssignedLicense
MicrosoftGraphAssignedLicense. withDisabledPlans(List<UUID> disabledPlans)
Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.MicrosoftGraphAssignedLicense
MicrosoftGraphAssignedLicense. withSkuId(UUID skuId)
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 MicrosoftGraphAssignedLicense Modifier and Type Method Description List<MicrosoftGraphAssignedLicense>
GroupsAssignLicenseRequestBody. addLicenses()
Get the addLicenses property: The addLicenses property.List<MicrosoftGraphAssignedLicense>
MicrosoftGraphGroupInner. assignedLicenses()
Get the assignedLicenses property: The licenses that are assigned to the group.List<MicrosoftGraphAssignedLicense>
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 MicrosoftGraphAssignedLicense Modifier and Type Method Description GroupsAssignLicenseRequestBody
GroupsAssignLicenseRequestBody. withAddLicenses(List<MicrosoftGraphAssignedLicense> addLicenses)
Set the addLicenses property: The addLicenses property.MicrosoftGraphGroupInner
MicrosoftGraphGroupInner. withAssignedLicenses(List<MicrosoftGraphAssignedLicense> assignedLicenses)
Set the assignedLicenses property: The licenses that are assigned to the group.MicrosoftGraphUserInner
MicrosoftGraphUserInner. withAssignedLicenses(List<MicrosoftGraphAssignedLicense> assignedLicenses)
Set the assignedLicenses property: The licenses that are assigned to the user.
-