New-AzCosmosDBCassandraSchema
建立新的 CosmosDB Cassandra 架構。
語法
New-AzCosmosDBCassandraSchema
[-Column <PSColumn[]>]
[-PartitionKey <String[]>]
[-ClusterKey <PSClusterKey[]>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
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