{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Networks API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Networks",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Gets The Network Resource",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ServiceFabricMesh/networks/:networkName",
"params": [
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The customer subscription identifier"
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`."
},
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Azure resource group name"
},
{
"name": "networkName",
"value": "",
"type": "path",
"description": "The identity of the network."
}
]
},
"docs": "Gets the information about the network resource with a given name. This information includes the network description and other runtime information.
"
},
{
"info": {
"name": "Microsoft Azure Creates Or Updates A Network Resource",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ServiceFabricMesh/networks/:networkName",
"params": [
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The customer subscription identifier"
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`."
},
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Azure resource group name"
},
{
"name": "networkName",
"value": "",
"type": "path",
"description": "The identity of the network."
}
]
},
"docs": "Creates a network resource with the specified name and description. If a network with the same name already exists, then its description is updated to the one indicated in this request.
Use network resources to create private network and configure public connectivity for services within your application.
"
},
{
"info": {
"name": "Microsoft Azure Deletes The Network Resource",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ServiceFabricMesh/networks/:networkName",
"params": [
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The customer subscription identifier"
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`."
},
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Azure resource group name"
},
{
"name": "networkName",
"value": "",
"type": "path",
"description": "The identity of the network."
}
]
},
"docs": "Deletes the network resource identified by the name."
},
{
"info": {
"name": "Microsoft Azure Gets All The Network Resources In A Given Resource Group",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ServiceFabricMesh/networks",
"params": [
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The customer subscription identifier"
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`."
},
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Azure resource group name"
}
]
},
"docs": "Gets the information about all network resources in a given resource group. The information includes the network description and other runtime properties.
"
},
{
"info": {
"name": "Microsoft Azure Gets All The Network Resources In A Given Subscription",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ServiceFabricMesh/networks",
"params": [
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The customer subscription identifier"
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`."
}
]
},
"docs": "Gets the information about all network resources in a given subscription. The information includes the network description and other runtime properties."
}
]
}
],
"bundled": true
}