add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,25 @@
# az apim
> 管理 Azure API 管理服务。
> 是 `azure-cli` 的一部分(也称为 `az`)。
> 更多信息:<https://learn.microsoft.com/cli/azure/apim>。
- 列出资源组中的 API 管理服务:
`az apim list --resource-group {{resource_group}}`
- 创建 API 管理服务实例:
`az apim create --name {{name}} --resource-group {{resource_group}} --publisher-email {{email}} --publisher-name {{name}}`
- 删除 API 管理服务:
`az apim delete --name {{name}} --resource-group {{resource_group}}`
- 显示 API 管理服务实例的详细信息:
`az apim show --name {{name}} --resource-group {{resource_group}}`
- 更新 API 管理服务实例:
`az apim update --name {{name}} --resource-group {{resource_group}}`