-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
191,417 additions
and
191,417 deletions.
There are no files selected for viewing
42 changes: 21 additions & 21 deletions
42
Commands/network/network-watcher/connection-monitor/_create.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# [Command] _network network-watcher connection-monitor create_ | ||
|
||
Create a connection monitor. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Create connection monitor | ||
```bash | ||
network network-watcher connection-monitor create --name cm12 --network-watcher-name networkwatcher_eastus --resource-group networkwatcherrg --location eastus --endpoints "[{name:vmName,type:AzureVM,resourceId:/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/TESTVM-LINUX},{address:8.8.8.8,name:google,type:ExternalAddress}]" --test-configurations "[{name:TestConfiguration04,protocol:Tcp,successThreshold:{},tcpConfiguration:{disableTraceRoute:false,port:53},testFrequencySec:30}]" --test-groups "[{destinations:[google],disable:false,name:TestingGroup04,sources:[vmName],testConfigurations:[TestConfiguration04]}]" | ||
``` | ||
|
||
- Create Connection Monitor | ||
```bash | ||
network network-watcher connection-monitor create --name cm12 --network-watcher-name networkwatcher_eastus --resource-group networkwatcherrg --location eastus --endpoints "[{name:vmName,type:AzureVM,resourceId:/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/TESTVM-LINUX},{address:8.8.8.8,name:google,type:ExternalAddress}]" --test-configurations "[{name:TestConfiguration04,protocol:Tcp,successThreshold:{},tcpConfiguration:{disableTraceRoute:false,port:53},testFrequencySec:30}]" --test-groups "[{destinations:[google],disable:false,name:TestingGroup04,sources:[vmName],testConfigurations:[TestConfiguration04]}]" --outputs "[{type:Workspace,workspaceSettings:{workspaceResourceId:/subscriptions/subid/resourceGroups/DefaultResourceGroup-EUS/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-sub-id-region}}]" | ||
``` | ||
# [Command] _network network-watcher connection-monitor create_ | ||
|
||
Create a connection monitor. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors/{} 2023-09-01 --> | ||
|
||
#### examples | ||
|
||
- Create connection monitor | ||
```bash | ||
network network-watcher connection-monitor create --name cm12 --network-watcher-name networkwatcher_eastus --resource-group networkwatcherrg --location eastus --endpoints "[{name:vmName,type:AzureVM,resourceId:/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/TESTVM-LINUX},{address:8.8.8.8,name:google,type:ExternalAddress}]" --test-configurations "[{name:TestConfiguration04,protocol:Tcp,successThreshold:{},tcpConfiguration:{disableTraceRoute:false,port:53},testFrequencySec:30}]" --test-groups "[{destinations:[google],disable:false,name:TestingGroup04,sources:[vmName],testConfigurations:[TestConfiguration04]}]" | ||
``` | ||
|
||
- Create Connection Monitor | ||
```bash | ||
network network-watcher connection-monitor create --name cm12 --network-watcher-name networkwatcher_eastus --resource-group networkwatcherrg --location eastus --endpoints "[{name:vmName,type:AzureVM,resourceId:/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/TESTVM-LINUX},{address:8.8.8.8,name:google,type:ExternalAddress}]" --test-configurations "[{name:TestConfiguration04,protocol:Tcp,successThreshold:{},tcpConfiguration:{disableTraceRoute:false,port:53},testFrequencySec:30}]" --test-groups "[{destinations:[google],disable:false,name:TestingGroup04,sources:[vmName],testConfigurations:[TestConfiguration04]}]" --outputs "[{type:Workspace,workspaceSettings:{workspaceResourceId:/subscriptions/subid/resourceGroups/DefaultResourceGroup-EUS/providers/Microsoft.OperationalInsights/workspaces/DefaultWorkspace-sub-id-region}}]" | ||
``` |
18 changes: 9 additions & 9 deletions
18
Commands/network/network-watcher/connection-monitor/_delete.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# [Command] _network network-watcher connection-monitor delete_ | ||
|
||
Delete the specified connection monitor. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors/{} 2023-09-01 --> | ||
# [Command] _network network-watcher connection-monitor delete_ | ||
|
||
Delete the specified connection monitor. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors/{} 2023-09-01 --> |
18 changes: 9 additions & 9 deletions
18
Commands/network/network-watcher/connection-monitor/_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# [Command] _network network-watcher connection-monitor list_ | ||
|
||
List all connection monitors for the specified Network Watcher. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnM=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors 2023-09-01 --> | ||
# [Command] _network network-watcher connection-monitor list_ | ||
|
||
List all connection monitors for the specified Network Watcher. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnM=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors 2023-09-01 --> |
18 changes: 9 additions & 9 deletions
18
Commands/network/network-watcher/connection-monitor/_show.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# [Command] _network network-watcher connection-monitor show_ | ||
|
||
Get a connection monitor by name. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors/{} 2023-09-01 --> | ||
# [Command] _network network-watcher connection-monitor show_ | ||
|
||
Get a connection monitor by name. | ||
|
||
## Versions | ||
|
||
### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmt3YXRjaGVycy97fS9jb25uZWN0aW9ubW9uaXRvcnMve30=/2023-09-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkwatchers/{}/connectionmonitors/{} 2023-09-01 --> |
38 changes: 19 additions & 19 deletions
38
Commands/network/network-watcher/connection-monitor/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# [Group] _network network-watcher connection-monitor_ | ||
|
||
Manage connection monitor | ||
|
||
Connection monitor provides unified, end-to-end connection monitoring in Network Watcher. The Connection monitor feature supports hybrid and Azure cloud deployments. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/network/network-watcher/connection-monitor/_create.md) | ||
: Create a connection monitor. | ||
|
||
- [delete](/Commands/network/network-watcher/connection-monitor/_delete.md) | ||
: Delete the specified connection monitor. | ||
|
||
- [list](/Commands/network/network-watcher/connection-monitor/_list.md) | ||
: List all connection monitors for the specified Network Watcher. | ||
|
||
- [show](/Commands/network/network-watcher/connection-monitor/_show.md) | ||
: Get a connection monitor by name. | ||
# [Group] _network network-watcher connection-monitor_ | ||
|
||
Manage connection monitor | ||
|
||
Connection monitor provides unified, end-to-end connection monitoring in Network Watcher. The Connection monitor feature supports hybrid and Azure cloud deployments. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/network/network-watcher/connection-monitor/_create.md) | ||
: Create a connection monitor. | ||
|
||
- [delete](/Commands/network/network-watcher/connection-monitor/_delete.md) | ||
: Delete the specified connection monitor. | ||
|
||
- [list](/Commands/network/network-watcher/connection-monitor/_list.md) | ||
: List all connection monitors for the specified Network Watcher. | ||
|
||
- [show](/Commands/network/network-watcher/connection-monitor/_show.md) | ||
: Get a connection monitor by name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# [Group] _network network-watcher_ | ||
|
||
Manage network watcher and its sub-resources. | ||
|
||
Network Watcher provides tools to monitor, diagnose, and view connectivity-related metrics for your Azure deployments. | ||
|
||
## Subgroups | ||
|
||
- [connection-monitor](/Commands/network/network-watcher/connection-monitor/readme.md) | ||
: Manage connection monitor | ||
# [Group] _network network-watcher_ | ||
|
||
Manage network watcher and its sub-resources. | ||
|
||
Network Watcher provides tools to monitor, diagnose, and view connectivity-related metrics for your Azure deployments. | ||
|
||
## Subgroups | ||
|
||
- [connection-monitor](/Commands/network/network-watcher/connection-monitor/readme.md) | ||
: Manage connection monitor |
Oops, something went wrong.