你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzManagedCassandraDataCenter
为 Apache Cassandra 数据中心创建新的 Azure 托管实例。
语法
New-AzManagedCassandraDataCenter
-Location <String>
-DelegatedSubnetId <String>
[-Sku <String>]
[-DiskCapacity <Int32>]
[-ManagedDiskCustomerKeyUri <String>]
[-UseAvailabilityZone]
-ResourceGroupName <String>
-ClusterName <String>
-DatacenterName <String>
[-NodeCount <Int32>]
[-Base64EncodedCassandraYamlFragment <String>]
[-BackupStorageCustomerKeyUri <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzManagedCassandraDataCenter
-Location <String>
-DelegatedSubnetId <String>
-ParentObject <PSClusterResource>
[-Sku <String>]
[-DiskCapacity <Int32>]
[-ManagedDiskCustomerKeyUri <String>]
[-UseAvailabilityZone]
[-NodeCount <Int32>]
[-Base64EncodedCassandraYamlFragment <String>]
[-BackupStorageCustomerKeyUri <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
New-AzManagedCassandraDataCenter cmdlet 创建新的托管 Cassandra 数据中心。
示例
示例 1
New-AzManagedCassandraDataCenter `
-ResourceGroupName "resourceGroupName" `
-ClusterName "clusterName" `
-DataCenterName "dataCenterName" `
-DelegatedSubnetId "resourceId" `
-Location "location" `
-NodeCount 3
参数
-BackupStorageCustomerKeyUri
用于加密群集备份的 KeyVault 密钥的 URI。 如果省略,将使用 Azure 自己的密钥。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Base64EncodedCassandraYamlFragment
要包含在 cassandra.yaml
此数据中心节点(Base64 编码)中的配置片段。
类型: | 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 |
-DatacenterName
托管 Cassandra 数据中心名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DelegatedSubnetId
托管 Cassandra 应附加网络接口的虚拟网络子网的资源 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DiskCapacity
要连接到群集中每个节点的数据磁盘数。
类型: | Nullable<T>[Int32] |
Position: | Named |
默认值: | 4 |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Location
要在其中创建托管 Cassandra 群集的位置。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ManagedDiskCustomerKeyUri
用于加密群集中静态数据的 KeyVault 密钥的 URI。 如果省略,将使用 Azure 自己的密钥。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NodeCount
要在此数据中心创建的节点数。
类型: | Nullable<T>[Int32] |
Position: | Named |
默认值: | 3 |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParentObject
用于在其中创建数据中心的 Cassandra 群集对象。
类型: | PSClusterResource |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
资源组的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Sku
要用于此数据中心中的节点的虚拟机 SKU 的名称。 请参阅支持的 SKU 的文档。
类型: | String |
Position: | Named |
默认值: | Standard_DS14_v2 |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UseAvailabilityZone
如果已设置,则使用可用性区域在此数据中心分配节点(如果该区域支持)。
类型: | SwitchParameter |
Position: | Named |
默认值: | True |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |