Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Gets the active diagnostic settings list for the specified resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceUri}/providers/microsoft.insights/diagnosticSettings
Gets the active diagnostic settings for the specified resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceUri}/providers/microsoft.insights/diagnosticSettings/{name}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:monitor-diagnosticsSettings_API
At a glance
Language Java
Endpoints4
✓ Official