azure.com

The Microsoft Azure Managed Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to programmatically view, control, change, and monitor your entire Azure network centrally and with ease.

🔑 oauth2 19 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
Lists all of the available MNC operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ManagedNetwork/operations
Get the specified scope assignment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments
The ListBySubscription ManagedNetwork operation retrieves all the Managed Ne…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
Endpoints (19 total)
GET
/providers/Microsoft.ManagedNetwork/operations
Lists all of the available MNC operations.
GET
/{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments
Get the specified scope assignment.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
The ListBySubscription ManagedNetwork operation retrieves all the Managed Ne…
GET
/{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
Get the specified scope assignment.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks
The ListByResourceGroup ManagedNetwork operation retrieves all the Managed Ne…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
The Get ManagedNetworks operation gets a Managed Network Resource, specified …
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups
The ListByManagedNetwork ManagedNetworkGroup operation retrieves all the Mana…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies
The ListByManagedNetwork PeeringPolicies operation retrieves all the Managed …
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
The Get ManagedNetworkGroups operation gets a Managed Network Group specified…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies/{managedNetworkPeeringPolicyName}
The Get ManagedNetworkPeeringPolicies operation gets a Managed Network Peerin…
PUT
/{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
Creates a scope assignment.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
The Put ManagedNetworks operation creates/updates a Managed Network Resource,…
At a glance
Total SDKs9
Languages8
Endpoints19
Authoauth2
Categories1