你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzCosmosDBCassandraSchema
新建 CosmosDB Cassandra 架构。
语法
New-AzCosmosDBCassandraSchema
[-Column <PSColumn[]>]
[-PartitionKey <String[]>]
[-ClusterKey <PSClusterKey[]>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
New-AzCosmosDBCassandraSchema 创建新的 CosmosDB Cassandra 架构。
示例
示例 1
New-AzCosmosDBCassandraSchema -Column $column1 -PartitionKey "a" -ClusterKey $clusterkey1
Columns PartitionKeys ClusterKeys
------- ------------- -----------
{column1} {a} {clusterkey1}
参数
-ClusterKey
PSClusterKey 对象的数组。
类型: | PSClusterKey[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Column
PSColumn 对象。
类型: | PSColumn[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PartitionKey
包含分区键的字符串数组。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None