CassandraResourcesOperationsExtensions.CreateUpdateCassandraKeyspaceAsync 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 Cassandra-Schlüsselbereichs für Azure Cosmos DB
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraKeyspaceGetResultsInner> CreateUpdateCassandraKeyspaceAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraResourcesOperations operations, string resourceGroupName, string accountName, string keyspaceName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraKeyspaceCreateUpdateParameters createUpdateCassandraKeyspaceParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateUpdateCassandraKeyspaceAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ICassandraResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraKeyspaceCreateUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraKeyspaceGetResultsInner>
<Extension()>
Public Function CreateUpdateCassandraKeyspaceAsync (operations As ICassandraResourcesOperations, resourceGroupName As String, accountName As String, keyspaceName As String, createUpdateCassandraKeyspaceParameters As CassandraKeyspaceCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CassandraKeyspaceGetResultsInner)
Parameter
- operations
- ICassandraResourcesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- accountName
- String
Name des Cosmos DB-Datenbankkontos.
- keyspaceName
- String
Cosmos DB-Schlüsselraumname.
- createUpdateCassandraKeyspaceParameters
- CassandraKeyspaceCreateUpdateParameters
Die Parameter, die für den aktuellen Cassandra-Schlüsselraum bereitgestellt werden sollen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET