Microsoft.Network networkWatchers 2020-04-01
Template format
To create a Microsoft.Network/networkWatchers resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Network/networkWatchers",
"apiVersion": "2020-04-01",
"location": "string",
"tags": {},
"properties": {},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Network/networkWatchers object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the network watcher. |
type | enum | Yes | Microsoft.Network/networkWatchers |
apiVersion | enum | Yes | 2020-04-01 |
location | string | Yes | Resource location. |
tags | object | No | Resource tags. |
properties | object | Yes | Properties of the network watcher. - NetworkWatcherPropertiesFormat object |
resources | array | No | flowLogs connectionMonitors packetCaptures |
Quickstart templates
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Create a Network Watcher |
This template creates a Network Watcher resource. |