{ "opencollection": "1.0.0", "info": { "name": "NetworkManagementClient LoadBalancers VirtualNetworks API", "version": "2.0" }, "items": [ { "info": { "name": "VirtualNetworks", "type": "folder" }, "items": [ { "info": { "name": "Azure Networking Services Virtual Networks_ List All", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Network/virtualNetworks", "params": [ { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "Client API version." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Gets all virtual networks in a subscription." }, { "info": { "name": "Azure Networking Services Virtual Networks_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "Client API version." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Gets all virtual networks in a resource group." }, { "info": { "name": "Azure Networking Services Virtual Networks_ Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:virtualNetworkName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group." }, { "name": "virtualNetworkName", "value": "example-value", "type": "path", "description": "The name of the virtual network." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "Client API version." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "$expand", "value": "example-value", "type": "query", "description": "Expands referenced resources." } ] }, "docs": "Gets the specified virtual network by resource group." }, { "info": { "name": "Azure Networking Services Virtual Networks_ Create or Update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:virtualNetworkName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group." }, { "name": "virtualNetworkName", "value": "example-value", "type": "path", "description": "The name of the virtual network." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "Client API version." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Creates or updates a virtual network in the specified resource group." }, { "info": { "name": "Azure Networking Services Virtual Networks_ Update Tags", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:virtualNetworkName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group." }, { "name": "virtualNetworkName", "value": "example-value", "type": "path", "description": "The name of the virtual network." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "Client API version." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Updates a virtual network tags." }, { "info": { "name": "Azure Networking Services Virtual Networks_ Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/virtualNetworks/:virtualNetworkName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group." }, { "name": "virtualNetworkName", "value": "example-value", "type": "path", "description": "The name of the virtual network." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "Client API version." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Deletes the specified virtual network." } ] } ], "bundled": true }