Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseAssignmentState
-
Packages that use MicrosoftGraphLicenseAssignmentState Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLicenseAssignmentState in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLicenseAssignmentState Modifier and Type Method Description MicrosoftGraphLicenseAssignmentState
MicrosoftGraphLicenseAssignmentState. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: licenseAssignmentState.MicrosoftGraphLicenseAssignmentState
MicrosoftGraphLicenseAssignmentState. withAssignedByGroup(String assignedByGroup)
Set the assignedByGroup property: The assignedByGroup property.MicrosoftGraphLicenseAssignmentState
MicrosoftGraphLicenseAssignmentState. withDisabledPlans(List<UUID> disabledPlans)
Set the disabledPlans property: The disabledPlans property.MicrosoftGraphLicenseAssignmentState
MicrosoftGraphLicenseAssignmentState. withError(String error)
Set the error property: The error property.MicrosoftGraphLicenseAssignmentState
MicrosoftGraphLicenseAssignmentState. withSkuId(UUID skuId)
Set the skuId property: The skuId property.MicrosoftGraphLicenseAssignmentState
MicrosoftGraphLicenseAssignmentState. withState(String state)
Set the state property: The state property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphLicenseAssignmentState Modifier and Type Method Description List<MicrosoftGraphLicenseAssignmentState>
MicrosoftGraphUserInner. licenseAssignmentStates()
Get the licenseAssignmentStates property: State of license assignments for this user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphLicenseAssignmentState Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withLicenseAssignmentStates(List<MicrosoftGraphLicenseAssignmentState> licenseAssignmentStates)
Set the licenseAssignmentStates property: State of license assignments for this user.
-