az footprint profile
Commands to manage Footprint profiles.
Commands
az footprint profile create |
Creates or updates a Footprint profile with the specified properties. |
az footprint profile delete |
Deletes an existing Footprint profile. |
az footprint profile list |
Retrieves the information about all Footprint profiles under a subscription. |
az footprint profile show |
Retrieves the information about a single Footprint profile. |
az footprint profile update |
Updates an existing Footprint profile resource. |
az footprint profile create
Creates or updates a Footprint profile with the specified properties.
az footprint profile create --measurement-count
--name
--resource-group
--start-delay-ms
[--description]
[--location]
[--reporting-endpoints]
[--sample-rate-cold]
[--tags]
Examples
Create or update a Footprint profile.
az footprint profile create --location "westus2" --measurement-count 3 --start-delay-ms 5000 --tags key1="value1" key2="value2" --name "fpProfile1" --resource-group "rgName"
Required Parameters
The number of measurements to perform.
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The delay in milliseconds that the clients should wait for until they start performing measurements.
Optional Parameters
The description of the Footprint profile.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The endpoints which to upload measurements to.
The default sampling percentage for cold path measurement storage.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.
Increase logging verbosity. Use --debug for full debug logs.
az footprint profile delete
Deletes an existing Footprint profile.
az footprint profile delete --name
--resource-group
[--yes]
Examples
Delete a Footprint profile.
az footprint profile delete --name "fpProfile1" --resource-group "rgName"
Required Parameters
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not prompt for confirmation.
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.
Increase logging verbosity. Use --debug for full debug logs.
az footprint profile list
Retrieves the information about all Footprint profiles under a subscription.
az footprint profile list [--resource-group]
Examples
List all Footprint profiles under a Resource Group.
az footprint profile list --resource-group "rgName"
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az footprint profile show
Retrieves the information about a single Footprint profile.
az footprint profile show --name
--resource-group
Examples
Get the details of a Footprint profile.
az footprint profile show --name "fpProfile1" --resource-group "rgName"
Required Parameters
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az footprint profile update
Updates an existing Footprint profile resource.
az footprint profile update --name
--resource-group
[--tags]
Examples
Update a Footprint profile.
az footprint profile update --tags key1="value1" key2="value2" --name "fpProfile1" --resource-group "rgName"
Required Parameters
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.
Increase logging verbosity. Use --debug for full debug logs.