az quantum suite-offer target

Note

This reference is part of the quantum extension for the Azure CLI (version 2.73.0 or higher). The extension will automatically install the first time you run an az quantum suite-offer target command. Learn more about extensions.

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List targets available through an Azure Quantum suite offer.

Commands

Name Description Type Status
az quantum suite-offer target list

List the targets and their status available through a suite offer, without requiring a workspace.

Extension Preview

az quantum suite-offer target list

Preview

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List the targets and their status available through a suite offer, without requiring a workspace.

Returns each target exposed by the suite offer together with its current availability and overall average queue time. Standard- and High-priority average queue times are also returned when supplied by the provider. Data is resolved directly from the data plane without requiring an Azure Quantum workspace.

az quantum suite-offer target list --provider-id

Examples

List the targets available in a suite offer.

az quantum suite-offer target list --provider-id MyProvider -o table

List the raw target status details for a suite offer.

az quantum suite-offer target list -p MyProvider

Required Parameters

--provider-id -p

Identifier of an Azure Quantum provider.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False