你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
az spring connection
用于管理 Spring App 连接的命令。
命令
az spring connection delete
删除 Spring 应用连接。
az spring connection delete [--app]
[--connection]
[--deployment]
[--id]
[--no-wait]
[--resource-group]
[--service]
[--yes]
示例
以交互方式删除 Spring 应用连接
az spring connection delete
按连接名称删除 Spring 应用连接
az spring connection delete -g SpringCloudRG --service MySpringService --app MyApp --connection MyConnection
按连接 ID 删除 Spring 应用连接
az spring connection delete --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker}
可选参数
Azure Spring Apps 中的应用的名称。 如果未指定“--id”,则为必需。没有。
Spring 连接的名称。
应用的部署名称。
连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--service'、'--app'、'--connection']。
不等待长时间运行的操作完成。
包含 Azure Spring Apps 中的应用的资源组。 如果未指定“--id”,则为必需。没有。
Azure Spring Apps 资源的名称。 如果未指定“--id”,则为必需。没有。
不提示确认。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az spring connection list
列出 Spring 应用的连接。
az spring connection list [--app]
[--deployment]
[--resource-group]
[--service]
[--source-id]
示例
以交互方式列出 Spring 应用连接
az spring connection list
按源资源名称列出 Spring 应用连接
az spring connection list -g SpringCloudRG --service MySpringService --app MyApp
按源资源 ID 列出 Spring 应用连接
az spring connection list --source-id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.AppPlatform/Spring/{spring}/apps/{app}
可选参数
Azure Spring Apps 中的应用的名称。 如果未指定“--source-id”,则为必需。没有。
应用的部署名称。
包含 Azure Spring Apps 中的应用的资源组。 如果未指定“--source-id”,则为必需。没有。
Azure Spring Apps 资源的名称。 如果未指定“--source-id”,则为必需。没有。
spring 的资源 ID。 如果未指定 ['--resource-group'、'--service'、'--app'],则为必需。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az spring connection list-configuration
列出 Spring 应用连接的源配置。
az spring connection list-configuration [--app]
[--connection]
[--deployment]
[--id]
[--resource-group]
[--service]
示例
以交互方式列出连接的源配置
az spring connection list-configuration
按连接名称列出连接的源配置
az spring connection list-configuration -g SpringCloudRG --service MySpringService --app MyApp --connection MyConnection
按连接 ID 列出连接的源配置
az spring connection list-configuration --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker}
可选参数
Azure Spring Apps 中的应用的名称。 如果未指定“--id”,则为必需。没有。
Spring 连接的名称。
应用的部署名称。
连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--service'、'--app'、'--connection']。
包含 Azure Spring Apps 中的应用的资源组。 如果未指定“--id”,则为必需。没有。
Azure Spring Apps 资源的名称。 如果未指定“--id”,则为必需。没有。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az spring connection list-support-types
列出 Spring 应用连接支持的客户端类型和身份验证类型。
az spring connection list-support-types [--target-type {app-insights, appconfig, cognitiveservices, confluent-cloud, cosmos-cassandra, cosmos-gremlin, cosmos-mongo, cosmos-sql, cosmos-table, eventhub, keyvault, mysql, mysql-flexible, postgres, postgres-flexible, redis, redis-enterprise, servicebus, signalr, sql, storage-blob, storage-file, storage-queue, storage-table, webpubsub}]
示例
列出支持的所有 Spring 应用目标资源类型和身份验证类型
az spring connection list-support-types -o table
列出特定目标资源类型支持的 Spring 应用身份验证类型
az spring connection list-support-types --target-type storage-blob -o table
可选参数
目标资源类型。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az spring connection show
获取 Spring 应用连接的详细信息。
az spring connection show [--app]
[--connection]
[--deployment]
[--id]
[--resource-group]
[--service]
示例
以交互方式获取连接
az spring connection show
按连接名称获取连接
az spring connection show -g SpringCloudRG --service MySpringService --app MyApp --connection MyConnection
按连接 ID 获取连接
az spring connection show --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker}
可选参数
Azure Spring Apps 中的应用的名称。 如果未指定“--id”,则为必需。没有。
Spring 连接的名称。
应用的部署名称。
连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--service'、'--app'、'--connection']。
包含 Azure Spring Apps 中的应用的资源组。 如果未指定“--id”,则为必需。没有。
Azure Spring Apps 资源的名称。 如果未指定“--id”,则为必需。没有。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az spring connection validate
验证 Spring 应用连接。
az spring connection validate [--app]
[--connection]
[--deployment]
[--id]
[--resource-group]
[--service]
示例
以交互方式验证连接
az spring connection validate
按连接名称验证连接
az spring connection validate -g SpringCloudRG --service MySpringService --app MyApp --connection MyConnection
按连接 ID 验证连接
az spring connection validate --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker}
可选参数
Azure Spring Apps 中的应用的名称。 如果未指定“--id”,则为必需。没有。
Spring 连接的名称。
应用的部署名称。
连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--service'、'--app'、'--connection']。
包含 Azure Spring Apps 中的应用的资源组。 如果未指定“--id”,则为必需。没有。
Azure Spring Apps 资源的名称。 如果未指定“--id”,则为必需。没有。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az spring connection wait
将 CLI 置于等待状态,直到满足连接条件。
az spring connection wait [--app]
[--connection]
[--created]
[--custom]
[--deleted]
[--deployment]
[--exists]
[--id]
[--interval]
[--resource-group]
[--service]
[--timeout]
[--updated]
示例
等待连接成功创建。
az spring connection wait --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --created
可选参数
Azure Spring Apps 中的应用的名称。 如果未指定“--id”,则为必需。没有。
Spring 连接的名称。
等待在“Succeeded”中使用“provisioningState”创建。
等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
等到删除为止。
应用的部署名称。
等待资源存在。
连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--service'、'--app'、'--connection']。
轮询间隔(以秒为单位)。
包含 Azure Spring Apps 中的应用的资源组。 如果未指定“--id”,则为必需。没有。
Azure Spring Apps 资源的名称。 如果未指定“--id”,则为必需。没有。
最大等待(以秒为单位)。
等到 provisioningState 更新为“Succeeded”。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。