azure.com

Allows extension of ARM control plane with custom resource providers.

🔑 oauth2 11 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
The list of operations provided by Microsoft CustomProviders.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.CustomProviders/operations
Gets all association for the given scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.CustomProviders/associations
Get an association.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
Endpoints (11 total)
GET
/providers/Microsoft.CustomProviders/operations
The list of operations provided by Microsoft CustomProviders.
GET
/{scope}/providers/Microsoft.CustomProviders/associations
Gets all association for the given scope.
GET
/{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
Get an association.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders
Gets all the custom resource providers within a subscription.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders
Gets all the custom resource providers within a resource group.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
Gets the custom resource provider manifest.
PUT
/{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
Create or update an association.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
Creates or updates the custom resource provider.
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
Updates an existing custom resource provider. The only value that can be upda…
DELETE
/{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
Delete an association.
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
Deletes the custom resource provider.
At a glance
Total SDKs9
Languages8
Endpoints11
Authoauth2
Categories1