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 MicrosoftGraphLicenseAssignmentStateMicrosoftGraphLicenseAssignmentState. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: licenseAssignmentState.MicrosoftGraphLicenseAssignmentStateMicrosoftGraphLicenseAssignmentState. withAssignedByGroup(String assignedByGroup)Set the assignedByGroup property: The assignedByGroup property.MicrosoftGraphLicenseAssignmentStateMicrosoftGraphLicenseAssignmentState. withDisabledPlans(List<UUID> disabledPlans)Set the disabledPlans property: The disabledPlans property.MicrosoftGraphLicenseAssignmentStateMicrosoftGraphLicenseAssignmentState. withError(String error)Set the error property: The error property.MicrosoftGraphLicenseAssignmentStateMicrosoftGraphLicenseAssignmentState. withSkuId(UUID skuId)Set the skuId property: The skuId property.MicrosoftGraphLicenseAssignmentStateMicrosoftGraphLicenseAssignmentState. 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 MicrosoftGraphUserInnerMicrosoftGraphUserInner. withLicenseAssignmentStates(List<MicrosoftGraphLicenseAssignmentState> licenseAssignmentStates)Set the licenseAssignmentStates property: State of license assignments for this user.
-