az network manager verifier-workspace reachability-analysis-intent
Note
This reference is part of the virtual-network-manager extension for the Azure CLI (version 2.61.0 or higher). The extension will automatically install the first time you run an az network manager verifier-workspace reachability-analysis-intent command. Learn more about extensions.
Manage reachability analysis intent with network.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network manager verifier-workspace reachability-analysis-intent create |
Create Reachability Analysis Intent. |
Extension | GA |
az network manager verifier-workspace reachability-analysis-intent delete |
Delete Reachability Analysis Intent. |
Extension | GA |
az network manager verifier-workspace reachability-analysis-intent list |
List list of Reachability Analysis Intents . |
Extension | GA |
az network manager verifier-workspace reachability-analysis-intent show |
Get the Reachability Analysis Intent. |
Extension | GA |
az network manager verifier-workspace reachability-analysis-intent create
Create Reachability Analysis Intent.
az network manager verifier-workspace reachability-analysis-intent create --dest-resource-id --destination-resource-id
--ip-traffic
--manager-name --network-manager-name
--name --reachability-analysis-intent-name
--resource-group
--source-resource-id
--workspace-name
[--description]
Examples
ReachabilityAnalysisIntentCreate
az network manager verifier-workspace reachability-analysis-intent create --name "myAnalysisIntent” --workspace-name "myVerifierWorkspace" --network-manager-name "myAVNM" --resource-group "myAVNMResourceGroup" --subscription "00000000-0000-0000-0000-000000000000" --description “hello world intent” --source-resource-id “/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/testVmSrc” --destination-resource-id “/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/testVmDest” --ip-traffic "{source-ips:["10.0.0.0/16”, “12.0.0.0”],destination-ips:["12.0.0.0/8”, “10.0.0.0”],source-ports:["20”, “23”],destination-ports:["80”, “81”],protocols:["TCP”, “UDP”]}"
Required Parameters
Destination resource id to verify the reachability path of.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
IP traffic information. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The name of the network manager.
Reachability Analysis Intent name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Source resource id to verify the reachability path of.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Workspace name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Description of the resource.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az network manager verifier-workspace reachability-analysis-intent delete
Delete Reachability Analysis Intent.
az network manager verifier-workspace reachability-analysis-intent delete [--ids]
[--manager-name --network-manager-name]
[--name --reachability-analysis-intent-name]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
ReachabilityAnalysisIntentDelete
az network manager verifier-workspace reachability-analysis-intent delete --name “myAnalysisIntent” --workspace-name "myVerifierWorkspace" --network-manager-name "myAVNM" --resource-group "myAVNMResourceGroup" --subscription "00000000-0000-0000-0000-000000000000"
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the network manager.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Reachability Analysis Intent name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az network manager verifier-workspace reachability-analysis-intent list
List list of Reachability Analysis Intents .
az network manager verifier-workspace reachability-analysis-intent list --manager-name --network-manager-name
--resource-group
--workspace-name
[--max-items]
[--next-token]
[--skip]
[--skip-token]
[--sort-key]
[--sort-value]
[--top]
Examples
ReachabilityAnalysisIntentList
az network manager verifier-workspace reachability-analysis-intent list --workspace-name "myVerifierWorkspace" --network-manager-name "myAVNM" --resource-group "myAVNMResourceGroup" --subscription "00000000-0000-0000-0000-000000000000"
Required Parameters
The name of the network manager.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Workspace name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Property | Value |
---|---|
Parameter group: | Pagination Arguments |
Token to specify where to start paginating. This is the token value from a previously truncated response.
Property | Value |
---|---|
Parameter group: | Pagination Arguments |
Optional num entries to skip.
Property | Value |
---|---|
Default value: | 0 |
Optional skip token.
Optional key by which to sort.
Optional sort value for pagination.
Optional num entries to show.
Property | Value |
---|---|
Default value: | 50 |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az network manager verifier-workspace reachability-analysis-intent show
Get the Reachability Analysis Intent.
az network manager verifier-workspace reachability-analysis-intent show [--ids]
[--manager-name --network-manager-name]
[--name --reachability-analysis-intent-name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
ReachabilityAnalysisIntentGet
az network manager verifier-workspace reachability-analysis-intent show --name "myAnalysisIntent" --workspace-name "myVerifierWorkspace" --network-manager-name "myAVNM" --resource-group "myAVNMResourceGroup" --subscription "00000000-0000-0000-0000-000000000000"
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the network manager.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Reachability Analysis Intent name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |