Valid MS-600 Dumps shared by ExamDiscuss.com for Helping Passing MS-600 Exam! ExamDiscuss.com now offer the newest MS-600 exam dumps, the ExamDiscuss.com MS-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MS-600 dumps with Test Engine here:
You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts. You need to use a REST request to retrieve the information by using Microsoft Graph. The solution must minimize the amount of data retrieved. What should you do?
Correct Answer: B
Use delta query to track changes in a resource collection The typical call pattern is as follows:application begins by calling a GET request with the delta function on the desired resource. Microsoft The Graph sends a response containing the requested resource and a state token. Example: Selecting three properties The next example shows the initial request selecting three properties for change tracking, with default response behavior. Note: Delta query enables applications to discover newly created, updated, or deleted entities without performing a full read of the target resource with every request. Incorrect Answers: A: Example: Default properties The following is an example of the request. There is no $select parameter, so a default set of properties is tracked and returned.