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

az cosmosdb postgres

管理 Azure Cosmos DB for PostgreSQL 资源。

命令

名称 说明 类型 Status
az cosmosdb postgres check-name-availability

检查群集名称的可用性。 群集名称应全局唯一;至少 3 个字符,最多 40 个字符;它们必须仅包含小写字母、数字和连字符;不得以连字符开头或结尾。

核心 GA
az cosmosdb postgres cluster

管理 Azure Cosmos DB for PostgreSQL 群集。

核心 GA
az cosmosdb postgres cluster create

使用节点创建新群集。

核心 GA
az cosmosdb postgres cluster delete

将群集与其中节点一起删除。

核心 GA
az cosmosdb postgres cluster list

列出订阅或资源组中的所有群集。

核心 GA
az cosmosdb postgres cluster promote

将读取副本 (replica)群集提升为独立的读写群集。

核心 GA
az cosmosdb postgres cluster restart

重启群集中的所有节点。

核心 GA
az cosmosdb postgres cluster server

管理用于 PostgreSQL 群集服务器的 Azure Cosmos DB。

核心 GA
az cosmosdb postgres cluster server list

列出群集的节点。

核心 GA
az cosmosdb postgres cluster server show

获取有关群集中的节点的信息。

核心 GA
az cosmosdb postgres cluster show

获取有关群集的信息,例如计算和存储配置以及群集生命周期元数据,例如群集创建日期和时间。

核心 GA
az cosmosdb postgres cluster start

在所有群集节点上启动停止计算。

核心 GA
az cosmosdb postgres cluster stop

停止所有群集节点上的计算。

核心 GA
az cosmosdb postgres cluster update

更新现有群集。 请求正文可以包含群集定义的一个或多个属性。

核心 GA
az cosmosdb postgres cluster wait

将 CLI 置于等待状态,直到满足条件。

核心 GA
az cosmosdb postgres configuration

管理 Azure Cosmos DB for PostgreSQL 配置。

核心 GA
az cosmosdb postgres configuration coordinator

管理 Azure Cosmos DB for PostgreSQL 协调器配置。

核心 GA
az cosmosdb postgres configuration coordinator show

获取协调器配置的信息。

核心 GA
az cosmosdb postgres configuration coordinator update

群集中协调器汇报配置。

核心 GA
az cosmosdb postgres configuration coordinator wait

将 CLI 置于等待状态,直到满足条件。

核心 GA
az cosmosdb postgres configuration list

列出群集的所有配置。

核心 GA
az cosmosdb postgres configuration node

管理 Azure Cosmos DB for PostgreSQL 节点配置。

核心 GA
az cosmosdb postgres configuration node show

获取工作器节点的配置信息。

核心 GA
az cosmosdb postgres configuration node update

汇报群集中辅助角色节点的配置。

核心 GA
az cosmosdb postgres configuration node wait

将 CLI 置于等待状态,直到满足条件。

核心 GA
az cosmosdb postgres configuration server

管理 Azure Cosmos DB for PostgreSQL 服务器配置。

核心 GA
az cosmosdb postgres configuration server list

列出群集中服务器的所有配置。

核心 GA
az cosmosdb postgres configuration show

获取协调器和节点的配置信息。

核心 GA
az cosmosdb postgres firewall-rule

管理 Azure Cosmos DB for PostgreSQL 防火墙规则。

核心 GA
az cosmosdb postgres firewall-rule create

创建新的群集防火墙规则或更新现有的群集防火墙规则。

核心 GA
az cosmosdb postgres firewall-rule delete

删除群集防火墙规则。

核心 GA
az cosmosdb postgres firewall-rule list

列出群集上的所有防火墙规则。

核心 GA
az cosmosdb postgres firewall-rule show

获取有关群集防火墙规则的信息。

核心 GA
az cosmosdb postgres firewall-rule update

更新现有的群集防火墙规则。

核心 GA
az cosmosdb postgres firewall-rule wait

将 CLI 置于等待状态,直到满足条件。

核心 GA
az cosmosdb postgres role

管理用于 PostgreSQL 角色的 Azure Cosmos DB。

核心 GA
az cosmosdb postgres role create

创建新角色或更新现有角色。

核心 GA
az cosmosdb postgres role delete

删除群集角色。

核心 GA
az cosmosdb postgres role list

列出给定群集中的所有角色。

核心 GA
az cosmosdb postgres role show

获取有关群集角色的信息。

核心 GA
az cosmosdb postgres role update

更新现有角色。

核心 GA
az cosmosdb postgres role wait

将 CLI 置于等待状态,直到满足条件。

核心 GA

az cosmosdb postgres check-name-availability

检查群集名称的可用性。 群集名称应全局唯一;至少 3 个字符,最多 40 个字符;它们必须仅包含小写字母、数字和连字符;不得以连字符开头或结尾。

az cosmosdb postgres check-name-availability --name
                                             --type {Microsoft.DBforPostgreSQL/serverGroupsv2}

必需参数

--name

要验证的群集名称。

--type

用于验证的资源类型。

接受的值: Microsoft.DBforPostgreSQL/serverGroupsv2
全局参数
--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 获取完整的调试日志。