az internet-analyzer preconfigured-endpoint

Note

This reference is part of the internet-analyzer extension for the Azure CLI (version 2.0.67 or higher). The extension will automatically install the first time you run an az internet-analyzer preconfigured-endpoint command. Learn more about extensions.

Commands to manage preconfigured endpoints.

Commands

Name Description Type Status
az internet-analyzer preconfigured-endpoint list

List preconfigured endpoints.

Extension GA

az internet-analyzer preconfigured-endpoint list

List preconfigured endpoints.

az internet-analyzer preconfigured-endpoint list --profile-name
                                                 --resource-group

Examples

Gets a list of Preconfigured Endpoints

az internet-analyzer preconfigured-endpoint list --resource-group "MyResourceGroup" \
--profile-name "MyProfile"

Required Parameters

--profile-name

The name of the Internet Analyzer profile for which to list preconfigured endpoints.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.