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

az devcenter dev project

注意

此参考是 Azure CLI(版本 2.51.0 或更高版本)的开发中心扩展的一部分。 该扩展将在首次运行 az devcenter dev project 命令时自动安装。 详细了解扩展。

管理项目。

命令

名称 说明 类型 状态
az devcenter dev project list

列出所有项目。

分机 GA
az devcenter dev project show

获取项目。

分机 GA

az devcenter dev project list

列出所有项目。

az devcenter dev project list [--dev-center]
                              [--endpoint]

示例

使用开发人员中心列出

az devcenter dev project list --dev-center-name "ContosoDevCenter"

使用终结点列出

az devcenter dev project list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/"

可选参数

--dev-center --dev-center-name -d

开发人员中心的名称。 使用 az configure -d dev-center=<dev_center_name> 配置默认值。

--endpoint

开发人员资源的 API 终结点。 使用 az configure -d endpoint=<endpoint_uri> 配置默认值。

全局参数
--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 devcenter dev project show

获取项目。

az devcenter dev project show --name
                              [--dev-center]
                              [--endpoint]

示例

使用开发人员中心

az devcenter dev project show --dev-center-name "ContosoDevCenter" --name "DevProject"

使用终结点

az devcenter dev project show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --name "DevProject"

必需参数

--name -n

要对其执行操作的开发人员中心项目。

可选参数

--dev-center --dev-center-name -d

开发人员中心的名称。 使用 az configure -d dev-center=<dev_center_name> 配置默认值。

--endpoint

开发人员资源的 API 终结点。 使用 az configure -d endpoint=<endpoint_uri> 配置默认值。

全局参数
--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 获取完整的调试日志。