You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Trigger a long running action using the Stepwise Operation in hybrid model
266
-
267
-
The server responds synchronously to POST requests to collections that create a resource even if the resources aren't fully created when the response is generated. The response includes a representation of the incomplete resource that will eventually exist at the URL in the Content-Location header and the Location header with an operation resource for further polling.
268
-
269
-
```
270
-
POST https://graph.microsoft.com/v1.0/storage/databases/
271
-
272
-
{
273
-
"displayName": "Retail DB",
274
-
}
275
-
```
276
-
277
-
The API responds synchronously that the database has been created and indicates
278
-
that the provisioning operation is not fully completed by including the
279
-
Content-Location header and status property in the response payload.
0 commit comments