New-AzCosmosDBCassandraColumn
建立新的 CosmosDB Cassandra 資料行。
語法
New-AzCosmosDBCassandraColumn
-Name <String>
-Type <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzCosmosDBCassandraColumn 會建立新的 CosmosDB Cassandra 數據行。
範例
範例 1
New-AzCosmosDBCassandraColumn -Name "name" -Type int
Name Type
---- ----
name int
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
Cassandra 資料行的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Type
Cassandra 資料行的類型。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None