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
The name of the Internet Analyzer profile to be created.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The state of the Experiment.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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
The name of the Internet Analyzer profile to be deleted.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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
The name of the Internet Analyzer profile to show.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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
The name of the Internet Analyzer profile to be updated.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The state of the Experiment.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.