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

CosmosDBForPostgreSqlClusterPatch 类

定义

表示要更新的群集。

public class CosmosDBForPostgreSqlClusterPatch
type CosmosDBForPostgreSqlClusterPatch = class
Public Class CosmosDBForPostgreSqlClusterPatch
继承
CosmosDBForPostgreSqlClusterPatch

构造函数

CosmosDBForPostgreSqlClusterPatch()

初始化 CosmosDBForPostgreSqlClusterPatch 的新实例。

属性

AdministratorLoginPassword

管理员登录名的密码。 每个群集都是使用称为“citus”的预定义管理角色创建的。 .

CitusVersion

所有群集服务器上的 Citus 扩展版本。

CoordinatorServerEdition

协调器的版本 (默认值:GeneralPurpose) 。

CoordinatorStorageQuotaInMb

协调器存储(以 MB 为单位)。

CoordinatorVCores

协调器 vCore 计数 (最大值:96) 。

IsCoordinatorPublicIPAccessEnabled

如果在协调器上启用了公共访问。

IsHAEnabled

如果高可用性 (是否为群集启用了 HA) 。

IsNodePublicIPAccessEnabled

如果在工作器节点上启用了公共访问。

IsShardsOnCoordinatorEnabled

分布式表是否放置在协调器上。 应在单节点群集上设置为“true”。 更改值后需要分片重新均衡。

MaintenanceWindow

群集的维护时段。

NodeCount

群集的工作器节点计数。 当节点计数为 0 时,它表示单个节点配置,能够在该节点上创建分布式表。 2 个或更多工作器节点表示多节点配置。 节点计数值不能为 1。

NodeServerEdition

节点的版本 (默认值:MemoryOptimized) 。

NodeStorageQuotaInMb

每个工作器节点上的存储(以 MB 为单位)。

NodeVCores

每个工作器节点上的 vCore 计算 (最大值:104) 。

PostgresqlVersion

所有群集服务器上的主 PostgreSQL 版本。

PreferredPrimaryZone

所有群集服务器的首选主可用性区域 (AZ) 。

Tags

键值对形式的应用程序特定元数据。

适用于