你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az quantum offerings

注意

此参考是 Azure CLI(版本 2.41.0 或更高版本)的量子扩展的一部分。 该扩展将在首次运行 az quantum offerings 命令时自动安装。 详细了解扩展。

命令组“quantum”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

管理 Azure Quantum 的提供商产品/服务。

命令

名称 说明 类型 状态
az quantum offerings accept-terms

接受提供程序和 SKU 组合的条款,以启用它以创建工作区。

分机 预览
az quantum offerings list

获取给定位置上提供的所有提供商产品/服务的列表。

分机 预览
az quantum offerings show-terms

显示提供商和 SKU 组合的条款,包括许可证 URL 和接受状态。

分机 预览

az quantum offerings accept-terms

预览

命令组“quantum”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

接受提供程序和 SKU 组合的条款,以启用它以创建工作区。

az quantum offerings accept-terms --location
                                  --provider-id
                                  --sku

示例

评审术语后,接受调用此命令。

az quantum offerings accept-terms -p MyProviderId -k MySKU -l MyLocation

必需参数

--location -l

Location。 az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。

--provider-id -p

Azure Quantum 提供程序的标识符。

--sku -k

确定 Azure Quantum 提供程序提供的计划或 SKU。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az quantum offerings list

预览

命令组“quantum”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

获取给定位置上提供的所有提供商产品/服务的列表。

az quantum offerings list --location
                          [--autoadd-only]

示例

列出 Azure 位置中可用的产品/服务。

az quantum offerings list -l MyLocation -o table

仅列出 Azure 位置中标记为“autoAdd”的产品/服务。

az quantum offerings list -l MyLocation --autoadd-only -o table

必需参数

--location -l

Location。 az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。

可选参数

--autoadd-only

如果指定,则仅显示标记为“autoAdd”的计划。

默认值: False
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az quantum offerings show-terms

预览

命令组“quantum”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus

显示提供商和 SKU 组合的条款,包括许可证 URL 和接受状态。

az quantum offerings show-terms --location
                                --provider-id
                                --sku

示例

使用“az quantum offerings list”中的提供程序 ID 和 SKU 查看条款。

az quantum offerings show-terms -p MyProviderId -k MySKU -l MyLocation

必需参数

--location -l

Location。 az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。

--provider-id -p

Azure Quantum 提供程序的标识符。

--sku -k

确定 Azure Quantum 提供程序提供的计划或 SKU。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。