{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshNetworks API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshNetworks", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Network Resource With The Given Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Networks/:networkResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "networkResourceName", "value": "", "type": "path", "description": "The identity of the network." } ] }, "docs": "Gets the information about the Network resource with the given name. The information include the description and other properties of the Network." }, { "info": { "name": "Microsoft Azure Creates Or Updates A Network Resource", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Resources/Networks/:networkResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "networkResourceName", "value": "", "type": "path", "description": "The identity of the network." } ] }, "docs": "Creates a Network resource with the specified name, description and properties. If Network resource with the same name exists, then it is updated with the specified description and properties. Network resource provides connectivity between application services." }, { "info": { "name": "Microsoft Azure Deletes The Network Resource", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Resources/Networks/:networkResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "networkResourceName", "value": "", "type": "path", "description": "The identity of the network." } ] }, "docs": "Deletes the Network resource identified by the name." }, { "info": { "name": "Microsoft Azure Lists All The Network Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Networks", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." } ] }, "docs": "Gets the information about all network resources in a given resource group. The information include the description and other properties of the Network." } ] } ], "bundled": true }