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 MicrosoftGraphAssignedLicenseMicrosoftGraphAssignedLicense. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: assignedLicense.MicrosoftGraphAssignedLicenseMicrosoftGraphAssignedLicense. withDisabledPlans(List<UUID> disabledPlans)Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.MicrosoftGraphAssignedLicenseMicrosoftGraphAssignedLicense. 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 GroupsAssignLicenseRequestBodyGroupsAssignLicenseRequestBody. withAddLicenses(List<MicrosoftGraphAssignedLicense> addLicenses)Set the addLicenses property: The addLicenses property.MicrosoftGraphGroupInnerMicrosoftGraphGroupInner. withAssignedLicenses(List<MicrosoftGraphAssignedLicense> assignedLicenses)Set the assignedLicenses property: The licenses that are assigned to the group.MicrosoftGraphUserInnerMicrosoftGraphUserInner. withAssignedLicenses(List<MicrosoftGraphAssignedLicense> assignedLicenses)Set the assignedLicenses property: The licenses that are assigned to the user.
-