az internet-analyzer profile

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 profile command. Learn more about extensions.

Commands to manage internet analyzer profile.

Commands

Name Description Type Status
az internet-analyzer profile create

Create internet analyzer profile.

Extension GA
az internet-analyzer profile delete

Delete internet analyzer profile.

Extension GA
az internet-analyzer profile list

List internet analyzer profiles.

Extension GA
az internet-analyzer profile show

Show internet analyzer profile.

Extension GA
az internet-analyzer profile update

Update internet analyzer profile.

Extension GA

az internet-analyzer profile create

Create internet analyzer profile.

az internet-analyzer profile create --name
                                    --resource-group
                                    [--enabled-state {Disabled, Enabled}]
                                    [--location]
                                    [--tags]

Examples

Creates an Internet Analyzer Profile in a Resource Group

az internet-analyzer profile create --resource-group "MyResourceGroup" --name "MyProfile" \
--location "WestUs" --enabled-state "Enabled"

Required Parameters

--name

The name of the Internet Analyzer profile to be created.

--resource-group -g

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

Optional Parameters

--enabled-state

The state of the Experiment.

accepted values: Disabled, Enabled
--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

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.

az internet-analyzer profile delete

Delete internet analyzer profile.

az internet-analyzer profile delete --name
                                    --resource-group

Examples

Deletes an Internet Analyzer Profile in a Resource Group

az internet-analyzer profile delete --resource-group "MyResourceGroup" --name "MyProfile"

Required Parameters

--name

The name of the Internet Analyzer profile to be deleted.

--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.

az internet-analyzer profile list

List internet analyzer profiles.

az internet-analyzer profile list --resource-group

Examples

List Internet Analyzer Profiles in a Resource Group

az internet-analyzer profile list --resource-group "MyResourceGroup"

Required Parameters

--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.

az internet-analyzer profile show

Show internet analyzer profile.

az internet-analyzer profile show --name
                                  --resource-group

Examples

Gets an Internet Analyzer Profile by Profile Id

az internet-analyzer profile show --resource-group "MyResourceGroup" --name "MyProfile"

Required Parameters

--name

The name of the Internet Analyzer profile to show.

--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.

az internet-analyzer profile update

Update internet analyzer profile.

az internet-analyzer profile update --name
                                    --resource-group
                                    [--enabled-state {Disabled, Enabled}]
                                    [--location]
                                    [--tags]

Examples

Updates an Internet Analyzer Profile in a Resource Group

az internet-analyzer profile update --resource-group "MyResourceGroup" --name "MyProfile" \
--enabled-state "Enabled"

Required Parameters

--name

The name of the Internet Analyzer profile to be updated.

--resource-group -g

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

Optional Parameters

--enabled-state

The state of the Experiment.

accepted values: Disabled, Enabled
--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

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.