Share via


az footprint measurement-endpoint-condition

Note

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

This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Commands to manage measurement endpoint conditions under a measurement endpoint.

Commands

Name Description Type Status
az footprint measurement-endpoint-condition create

Creates or updates a measurement endpoint condition under a Footprint measurement with the specified properties.

Extension Experimental
az footprint measurement-endpoint-condition delete

Deletes an existing measurement endpoint condition under a Footprint measurement.

Extension Experimental
az footprint measurement-endpoint-condition list

Retrieves the information about all measurement endpoint conditions under a Footprint measurement endpoint.

Extension Experimental
az footprint measurement-endpoint-condition show

Retrieves the information about a single measurement endpoint condition under a Footprint measurement endpoint.

Extension Experimental
az footprint measurement-endpoint-condition update

Creates or updates a measurement endpoint condition under a Footprint measurement with the specified properties.

Extension Experimental

az footprint measurement-endpoint-condition create

Experimental

Command group 'footprint measurement-endpoint-condition' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Creates or updates a measurement endpoint condition under a Footprint measurement with the specified properties.

az footprint measurement-endpoint-condition create --constant
                                                   --endpoint-name
                                                   --name
                                                   --operator {ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing}
                                                   --profile-name
                                                   --resource-group
                                                   --variable

Examples

Create or update a measurement endpoint condition.

az footprint measurement-endpoint-condition create --name "condition0" --endpoint-name "endpoint1" --constant "Edge-Prod-WST" --operator "MatchValueIgnoreCasing" --variable "X-FD-EdgeEnvironment" --profile-name "fpProfile1" --resource-group "rgName"

Required Parameters

--constant

The constant of a Footprint measurement endpoint condition.

--endpoint-name

Name of the Footprint measurement endpoint resource.

--name

Name of the Footprint measurement endpoint condition resource.

--operator

The operator of a Footprint measurement endpoint condition.

accepted values: ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing
--profile-name

Name of the Footprint profile resource.

--resource-group -g

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

--variable

The variable of a Footprint measurement endpoint condition.

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 footprint measurement-endpoint-condition delete

Experimental

Command group 'footprint measurement-endpoint-condition' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Deletes an existing measurement endpoint condition under a Footprint measurement.

az footprint measurement-endpoint-condition delete [--endpoint-name]
                                                   [--ids]
                                                   [--name]
                                                   [--profile-name]
                                                   [--resource-group]
                                                   [--subscription]
                                                   [--yes]

Examples

Delete a measurement endpoint condition.

az footprint measurement-endpoint-condition delete --name "condition0" --endpoint-name "endpoint1" --profile-name "fpProfile1" --resource-group "rgName"

Optional Parameters

--endpoint-name

Name of the Footprint measurement endpoint resource.

--ids

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.

--name

Name of the Footprint measurement endpoint condition resource.

--profile-name

Name of the Footprint profile resource.

--resource-group -g

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

--subscription

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

--yes -y

Do not prompt for confirmation.

default value: False
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 footprint measurement-endpoint-condition list

Experimental

Command group 'footprint measurement-endpoint-condition' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Retrieves the information about all measurement endpoint conditions under a Footprint measurement endpoint.

az footprint measurement-endpoint-condition list --endpoint-name
                                                 --profile-name
                                                 --resource-group

Examples

List all conditions under a measurement endpoint.

az footprint measurement-endpoint-condition list --endpoint-name "endpoint1" --profile-name "fpProfile1" --resource-group "rgName"

Required Parameters

--endpoint-name

Name of the Footprint measurement endpoint resource.

--profile-name

Name of the Footprint profile resource.

--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 footprint measurement-endpoint-condition show

Experimental

Command group 'footprint measurement-endpoint-condition' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Retrieves the information about a single measurement endpoint condition under a Footprint measurement endpoint.

az footprint measurement-endpoint-condition show [--endpoint-name]
                                                 [--ids]
                                                 [--name]
                                                 [--profile-name]
                                                 [--resource-group]
                                                 [--subscription]

Examples

Get the details of a measurement endpoint condition.

az footprint measurement-endpoint-condition show --name "condition0" --endpoint-name "endpoint1" --profile-name "fpProfile1" --resource-group "rgName"

Optional Parameters

--endpoint-name

Name of the Footprint measurement endpoint resource.

--ids

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.

--name

Name of the Footprint measurement endpoint condition resource.

--profile-name

Name of the Footprint profile resource.

--resource-group -g

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

--subscription

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

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 footprint measurement-endpoint-condition update

Experimental

Command group 'footprint measurement-endpoint-condition' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Creates or updates a measurement endpoint condition under a Footprint measurement with the specified properties.

az footprint measurement-endpoint-condition update --constant
                                                   --operator {ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing}
                                                   --variable
                                                   [--endpoint-name]
                                                   [--ids]
                                                   [--name]
                                                   [--profile-name]
                                                   [--resource-group]
                                                   [--subscription]

Required Parameters

--constant

The constant of a Footprint measurement endpoint condition.

--operator

The operator of a Footprint measurement endpoint condition.

accepted values: ContainsValue, ContainsValueIgnoreCasing, DoesNotContainValue, DoesNotContainValueIgnoreCasing, IsExactValue, MatchValueIgnoreCasing
--variable

The variable of a Footprint measurement endpoint condition.

Optional Parameters

--endpoint-name

Name of the Footprint measurement endpoint resource.

--ids

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.

--name

Name of the Footprint measurement endpoint condition resource.

--profile-name

Name of the Footprint profile resource.

--resource-group -g

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

--subscription

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

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.