az network watcher connection-monitor test-configuration
Manage test configuration of a connection monitor.
Commands
| az network watcher connection-monitor test-configuration add |
Add a test configuration to a connection monitor. |
| az network watcher connection-monitor test-configuration list |
List all test configurations of a connection monitor. |
| az network watcher connection-monitor test-configuration remove |
Remove a test configuration from a connection monitor. |
| az network watcher connection-monitor test-configuration show |
Show a test configuration from a connection monitor. |
az network watcher connection-monitor test-configuration add
Add a test configuration to a connection monitor.
az network watcher connection-monitor test-configuration add --connection-monitor
--location
--name
--protocol {Http, Icmp, Tcp}
--test-groups
[--frequency]
[--http-method {Get, Post}]
[--http-path]
[--http-port]
[--http-prefer-https {false, true}]
[--http-request-header]
[--http-valid-status-codes]
[--icmp-disable-trace-route {false, true}]
[--preferred-ip-version {IPv4, IPv6}]
[--tcp-disable-trace-route {false, true}]
[--tcp-port]
[--tcp-port-behavior {ListenIfAvailable, None}]
[--threshold-failed-percent]
[--threshold-round-trip-time]
Examples
Add a test configuration with HTTP supported
az network watcher connection-monitor test-configuration add --connection-monitor MyConnectionMonitor --location westus --name MyHTTPTestConfiguration --test-groups DefaultTestGroup --protocol Http --http-request-header name=Host value=bing.com --http-request-header name=UserAgent value=Edge
Add a test configuration with TCP supported
az network watcher connection-monitor test-configuration add --connection-monitor MyConnectionMonitor --location westus --name MyHTTPTestConfiguration --test-groups TCPTestGroup DefaultTestGroup --protocol Tcp --tcp-port 4096
Required Parameters
Connection monitor name.
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
The name of the connection monitor test configuration.
The protocol to use in test evaluation.
Space-separated list of names of test group which only need to be affected if specified.
Optional Parameters
The frequency of test evaluation, in seconds.
The HTTP method to use.
The path component of the URI. For instance, "/dir1/dir2".
The port to connect to.
Value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.
The HTTP headers to transmit with the request. List of property=value pairs to define HTTP headers.
Space-separated list of HTTP status codes to consider successful. For instance, "2xx 301-304 418".
Value indicating whether path evaluation with trace route should be disabled. false is default.
The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.
Value indicating whether path evaluation with trace route should be disabled. false is default.
The port to connect to.
Destination port behavior.
The maximum percentage of failed checks permitted for a test to evaluate as successful.
The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az network watcher connection-monitor test-configuration list
List all test configurations of a connection monitor.
az network watcher connection-monitor test-configuration list --connection-monitor
--location
Examples
List all test configurations of a connection monitor. (autogenerated)
az network watcher connection-monitor test-configuration list --connection-monitor MyConnectionMonitor --location westus2
Required Parameters
Connection monitor name.
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az network watcher connection-monitor test-configuration remove
Remove a test configuration from a connection monitor.
az network watcher connection-monitor test-configuration remove --connection-monitor
--location
--name
[--test-groups]
Examples
Remove a test configuration from all test groups of a connection monitor
az network watcher connection-monitor test-configuration remove --connection-monitor MyConnectionMonitor --location westus --name MyTCPTestConfiguration
Remove a test configuration from two test groups of a connection monitor
az network watcher connection-monitor test-configuration remove --connection-monitor MyConnectionMonitor --location westus --name MyHTTPTestConfiguration --test-groups HTTPTestGroup DefaultTestGroup
Required Parameters
Connection monitor name.
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
The name of the connection monitor test configuration.
Optional Parameters
Space-separated list of names of test group which only need to be affected if specified.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az network watcher connection-monitor test-configuration show
Show a test configuration from a connection monitor.
az network watcher connection-monitor test-configuration show --connection-monitor
--location
--name
Examples
Show a test configuration from a connection monitor. (autogenerated)
az network watcher connection-monitor test-configuration show --connection-monitor MyConnectionMonitor --location westus2 --name MyConnectionMonitorTestConfiguration
Required Parameters
Connection monitor name.
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
The name of the connection monitor test configuration.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ