azure.com

Specification for ManagedServices.

🔑 oauth2 9 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Gets a list of the operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ManagedServices/operations
Gets a list of the registration assignments.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.ManagedServices/registrationAssignments
Gets a list of the registration definitions.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions
Endpoints (9 total)
GET
/providers/Microsoft.ManagedServices/operations
Gets a list of the operations.
GET
/{scope}/providers/Microsoft.ManagedServices/registrationAssignments
Gets a list of the registration assignments.
GET
/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions
Gets a list of the registration definitions.
GET
/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
Gets the details of specified registration assignment.
GET
/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
Gets the registration definition details.
PUT
/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
Creates or updates a registration assignment.
PUT
/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
Creates or updates a registration definition.
DELETE
/{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
Deletes the specified registration assignment.
DELETE
/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
Deletes the registration definition.
At a glance
Total SDKs9
Languages8
Endpoints9
Authoauth2
Categories1