-
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.
Merge pull request #492 from ZengTaoxu/network-manager02
Update command model for `az network manager`
- Loading branch information
Showing
45 changed files
with
3,850 additions
and
7 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config create_ | ||
|
||
Create a network manager routing configuration. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Create a network manager routing configuration. | ||
```bash | ||
network manager routing-config create --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1" | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config delete_ | ||
|
||
Delete a network manager routing configuration. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Delete a network manager routing configuration. | ||
```bash | ||
network manager routing-config delete --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1" -y | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config list_ | ||
|
||
List all the network manager routing configurations in a network manager, in a paginated format. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnM=/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- List all the network manager routing configurations. | ||
```bash | ||
network manager routing-config list --manager-name TestNetworkManager --resource-group "rg1" | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config show_ | ||
|
||
Get a network manager routing configuration. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Get a network manager routing configuration. | ||
```bash | ||
network manager routing-config show --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1" | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config update_ | ||
|
||
Update a network manager routing configuration. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Update a network manager routing configuration. | ||
```bash | ||
network manager routing-config update --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1" --description "test" | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# [Group] _network manager routing-config_ | ||
|
||
Manage network-manager routing-config with network. | ||
|
||
## Subgroups | ||
|
||
- [rule-collection](/Commands/network/manager/routing-config/rule-collection/readme.md) | ||
: Manage network-manager routing-config rule-collection. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/network/manager/routing-config/_create.md) | ||
: Create a network manager routing configuration. | ||
|
||
- [delete](/Commands/network/manager/routing-config/_delete.md) | ||
: Delete a network manager routing configuration. | ||
|
||
- [list](/Commands/network/manager/routing-config/_list.md) | ||
: List all the network manager routing configurations in a network manager, in a paginated format. | ||
|
||
- [show](/Commands/network/manager/routing-config/_show.md) | ||
: Get a network manager routing configuration. | ||
|
||
- [update](/Commands/network/manager/routing-config/_update.md) | ||
: Update a network manager routing configuration. |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection create_ | ||
|
||
Create a routing rule collection. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Create a routing rule collection. | ||
```bash | ||
network manager routing-config rule-collection create --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1" --local-route-setting NotSpecified --applies-to [{"network_group_id":{manager_id}}] --disable-bgp-route-propagation true | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection delete_ | ||
|
||
Delete an routing rule collection. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Delete an routing rule collection. | ||
```bash | ||
network manager routing-config rule-collection delete --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1 -y | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection list_ | ||
|
||
List all the rule collections in a routing configuration, in a paginated format. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25z/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- List all the rule collections. | ||
```bash | ||
network manager routing-config rule-collection list --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1" | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection show_ | ||
|
||
Get a network manager routing configuration rule collection. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Get a network manager routing configuration rule collection. | ||
```bash | ||
network manager routing-config rule-collection show --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1 | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/_update.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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection update_ | ||
|
||
Update a routing rule collection. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Update a routing rule collection. | ||
```bash | ||
network manager routing-config rule-collection update --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1" --description "test" | ||
``` |
25 changes: 25 additions & 0 deletions
25
Commands/network/manager/routing-config/rule-collection/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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# [Group] _network manager routing-config rule-collection_ | ||
|
||
Manage network-manager routing-config rule-collection. | ||
|
||
## Subgroups | ||
|
||
- [rule](/Commands/network/manager/routing-config/rule-collection/rule/readme.md) | ||
: Manage network-manager routing-config rule-collection rule. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/network/manager/routing-config/rule-collection/_create.md) | ||
: Create a routing rule collection. | ||
|
||
- [delete](/Commands/network/manager/routing-config/rule-collection/_delete.md) | ||
: Delete an routing rule collection. | ||
|
||
- [list](/Commands/network/manager/routing-config/rule-collection/_list.md) | ||
: List all the rule collections in a routing configuration, in a paginated format. | ||
|
||
- [show](/Commands/network/manager/routing-config/rule-collection/_show.md) | ||
: Get a network manager routing configuration rule collection. | ||
|
||
- [update](/Commands/network/manager/routing-config/rule-collection/_update.md) | ||
: Update a routing rule collection. |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/rule/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection rule create_ | ||
|
||
Create an routing rule. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVzL3t9/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Create an routing rule. | ||
```bash | ||
network manager routing-config rule-collection rule create --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --name TestNetworkManagerRule --resource-group "rg1" --destination {"destination_address":"10.0.0.0/16","type":"AddressPrefix"} --next-hop {"next_hop_type":"VirtualNetworkGateway"} | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/rule/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection rule delete_ | ||
|
||
Delete a routing rule. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVzL3t9/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Delete a routing rule. | ||
```bash | ||
network manager routing-config rule-collection rule delete --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --name TestNetworkManagerRule --resource-group "rg1" -y | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/rule/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection rule list_ | ||
|
||
List all network manager routing configuration routing rules. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVz/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- List all network manager routing configuration routing rules. | ||
```bash | ||
network manager routing-config rule-collection rule list --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --resource-group "rg1" | ||
``` |
16 changes: 16 additions & 0 deletions
16
Commands/network/manager/routing-config/rule-collection/rule/_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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _network manager routing-config rule-collection rule show_ | ||
|
||
Get a network manager routing configuration routing rule. | ||
|
||
## Versions | ||
|
||
### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVzL3t9/2023-03-01-preview.xml) **Preview** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules/{} 2023-03-01-preview --> | ||
|
||
#### examples | ||
|
||
- Get a network manager routing configuration routing rule. | ||
```bash | ||
network manager routing-config rule-collection rule show --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --name TestNetworkManagerRule --resource-group "rg1" | ||
``` |
Oops, something went wrong.