CassandraResourcesOperationsExtensions.CreateUpdateCassandraKeyspace Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen oder Aktualisieren eines Azure Cosmos DB-Cassandra-Keyspaces
public static Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetResults CreateUpdateCassandraKeyspace(this Microsoft.Azure.Management.CosmosDB.ICassandraResourcesOperations operations, string resourceGroupName, string accountName, string keyspaceName, Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceCreateUpdateParameters createUpdateCassandraKeyspaceParameters);
static member CreateUpdateCassandraKeyspace : Microsoft.Azure.Management.CosmosDB.ICassandraResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceCreateUpdateParameters -> Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetResults
<Extension()>
Public Function CreateUpdateCassandraKeyspace (operations As ICassandraResourcesOperations, resourceGroupName As String, accountName As String, keyspaceName As String, createUpdateCassandraKeyspaceParameters As CassandraKeyspaceCreateUpdateParameters) As CassandraKeyspaceGetResults
Parameter
- operations
- ICassandraResourcesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- accountName
- String
Name des Cosmos DB-Datenbankkontos.
- keyspaceName
- String
Cosmos DB-Keyspacename.
- createUpdateCassandraKeyspaceParameters
- CassandraKeyspaceCreateUpdateParameters
Die Parameter, die für den aktuellen Cassandra-Keyspace bereitgestellt werden sollen.
Gibt zurück
Gilt für:
Azure SDK for .NET