New-AzCosmosDBCassandraSchema
Hiermee maakt u een nieuw CosmosDB Cassandra-schema.
Syntaxis
New-AzCosmosDBCassandraSchema
[-Column <PSColumn[]>]
[-PartitionKey <String[]>]
[-ClusterKey <PSClusterKey[]>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Het New-AzCosmosDBCassandraSchema maakt een nieuw CosmosDB Cassandra-schema.
Voorbeelden
Voorbeeld 1
New-AzCosmosDBCassandraSchema -Column $column1 -PartitionKey "a" -ClusterKey $clusterkey1
Columns PartitionKeys ClusterKeys
------- ------------- -----------
{column1} {a} {clusterkey1}
Parameters
-ClusterKey
Matrix van PSClusterKey-objecten.
Type: | PSClusterKey[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Column
PSColumn-object.
Type: | PSColumn[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-PartitionKey
Matrix van tekenreeksen met partitiesleutels.
Type: | String[] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
None
Uitvoerwaarden
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure PowerShell