Get-AzCosmosDBCassandraKeyspace
Ruft einen CosmosDB Cassandra Keyspace ab.
Syntax
Get-AzCosmosDBCassandraKeyspace
-ResourceGroupName <String>
-AccountName <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzCosmosDBCassandraKeyspace
[-Name <String>]
-ParentObject <PSDatabaseAccountGetResults>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das cmdlet Get-AzCosmosDBCassandraKeyspace erstellt ein neues Cmdlet oder aktualisiert ein vorhandenes CosmosDB Cassandra Keyspace.
Beispiele
Beispiel 1
Get-AzCosmosDBCassandraKeyspace -ResourceGroupName "resourceGroupName" -AccountName "accountName" -Name "name"
Name Id Resource
{name} {id} {resourceObject}
Get-AzCosmosDBCassandraKeyspace ruft die Eigenschaften eines vorhandenen CassandraKeyspace ab. Sie können die Ressource erweitern, um die eigenschaften _etag, _ts, _rid abzurufen.
Parameter
-AccountName
Name des Cosmos DB-Datenbankkontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Die Anmeldeinformationen, Konten, Mandanten und Abonnements, die für die Kommunikation mit Azure verwendet werden.
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Name
Cassandra Keyspace Name.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ParentObject
CosmosDB-Kontoobjekt
Typ: | PSDatabaseAccountGetResults |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Name der Ressourcengruppe.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount
Ausgaben
Azure PowerShell