TypeScript integration
import Azure_sdk_for_js from 'azure-sdk-for-js'; const client = new Azure_sdk_for_js({ accessToken: "YOUR_ACCESS_TOKEN" });
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /providers/Microsoft.ImportExport/locations
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /providers/Microsoft.ImportExport/operations
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
/providers/Microsoft.ImportExport/locations/{locationName}