你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Update-AzManagedCassandraCluster
更新 Apache Cassandra 群集的现有 Azure 托管实例。
语法
Update-AzManagedCassandraCluster
-ResourceGroupName <String>
-ClusterName <String>
[-Tag <Hashtable>]
[-ExternalGossipCertificate <String[]>]
[-ClientCertificate <String[]>]
[-RepairEnabled <Boolean>]
[-TimeBetweenBackupInHours <Int32>]
[-AuthenticationMethod <String>]
[-CassandraVersion <String>]
[-ExternalSeedNode <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzManagedCassandraCluster
-ResourceId <String>
[-Tag <Hashtable>]
[-ExternalGossipCertificate <String[]>]
[-ClientCertificate <String[]>]
[-RepairEnabled <Boolean>]
[-TimeBetweenBackupInHours <Int32>]
[-AuthenticationMethod <String>]
[-CassandraVersion <String>]
[-ExternalSeedNode <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzManagedCassandraCluster
-InputObject <PSClusterResource>
[-Tag <Hashtable>]
[-ExternalGossipCertificate <String[]>]
[-ClientCertificate <String[]>]
[-RepairEnabled <Boolean>]
[-TimeBetweenBackupInHours <Int32>]
[-AuthenticationMethod <String>]
[-CassandraVersion <String>]
[-ExternalSeedNode <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Update-AzManagedCassandraCluster cmdlet 更改现有的托管 Cassandra 群集。
示例
示例 1
Update-AzManagedCassandraCluster `
-ResourceGroupName "resourceGroupName" `
-ClusterName "clusterName" `
-ExternalGossipCertificate "certificates" `
-ClientCertificate "certificates" `
-RepairEnabled $true
示例 2
Update-AzManagedCassandraCluster `
-ResourceId "clusterResourceId" `
-ExternalGossipCertificate "certificates" `
-ClientCertificate "certificates" `
-RepairEnabled $true
示例 3
$clusterResource | Update-AzManagedCassandraCluster `
-ExternalGossipCertificate "certificates" `
-ClientCertificate "certificates" `
-RepairEnabled $true
参数
-AuthenticationMethod
如何对客户端进行身份验证( Cassandra
用于密码身份验证)、 Ldap
(对于 LDAP/AD 身份验证)或 None
(无需身份验证)。
类型: | String |
Position: | Named |
默认值: | Cassandra |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CassandraVersion
要运行的 Cassandra 版本。 目前仅支持 3.11。
类型: | String |
Position: | Named |
默认值: | 3.11 |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ClientCertificate
用于对客户端进行身份验证的 TLS 证书列表。 如果省略此项,则所有客户端连接仍与 TLS 连接,但不需要提供有效的客户端证书。 如果提供了此证书,则大多数客户端都提供有效的 TLS 客户端证书以连接到群集。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ClusterName
托管 Cassandra 群集的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ExternalGossipCertificate
托管 Cassandra 群集将用于对八卦进行身份验证的其他 TLS 证书列表。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ExternalSeedNode
要将此群集桥接到的外部种子节点的 IP 地址列表。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
托管 Cassandra 群集对象
类型: | PSClusterResource |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-RepairEnabled
如果为 true,则托管 Cassandra 将运行收录程序来定期修复数据库。 仅应对在 Azure 外部运行其自己的修复过程的混合群集禁用此功能。
类型: | Nullable<T>[Boolean] |
Position: | Named |
默认值: | True |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
资源的 ResourceId。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Tag
要设置在数据中心资源的标记的哈希表。
类型: | Hashtable |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TimeBetweenBackupInHours
创建群集的完整备份之间的小时数。
类型: | Nullable<T>[Int32] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |