az network watcher connection-monitor output

Manage output of connection monitor.

Commands

az network watcher connection-monitor output add

Add an output to a connection monitor.

az network watcher connection-monitor output list

List all output from a connection monitor.

az network watcher connection-monitor output remove

Remove all outputs from a connection monitor.

az network watcher connection-monitor output add

Add an output to a connection monitor.

az network watcher connection-monitor output add --connection-monitor
                                                 --location
                                                 --type {Workspace}
                                                 [--workspace-id]

Required Parameters

--connection-monitor

Connection monitor name.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--type

Connection monitor output destination type. Currently, only "Workspace" is supported.

accepted values: Workspace

Optional Parameters

--workspace-id

The id of log analytics workspace.

az network watcher connection-monitor output list

List all output from a connection monitor.

az network watcher connection-monitor output list --connection-monitor
                                                  --location

Required Parameters

--connection-monitor

Connection monitor name.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

az network watcher connection-monitor output remove

Remove all outputs from a connection monitor.

az network watcher connection-monitor output remove --connection-monitor
                                                    --location

Required Parameters

--connection-monitor

Connection monitor name.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.