Microsoft Azure Use To Check The Status Of The Routeset Creation Process
The `Get Operation` API is an HTTP `GET` request used to check the status of the routeset creation process and retrieve the `routesetId`.### Submit Operations RequestTo view the current progress of a routeset operation, you will use a `GET` request where the `operationId` given the path is the ID that represents the operation.### Operation ResponseWhile in progress, a `200-OK` http status code is returned with no extra headers. If the operation succeeds...