CassandraClustersOperationsExtensions.CreateUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créer ou mettre à jour un cluster Cassandra managé. Lors de la mise à jour, vous devez spécifier toutes les propriétés accessibles en écriture. Pour mettre à jour uniquement certaines propriétés, utilisez PATCH.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ClusterResource> CreateUpdateAsync (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.CosmosDB.Models.ClusterResource body, System.Threading.CancellationToken cancellationToken = default);
static member CreateUpdateAsync : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * string * string * Microsoft.Azure.Management.CosmosDB.Models.ClusterResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ClusterResource>
<Extension()>
Public Function CreateUpdateAsync (operations As ICassandraClustersOperations, resourceGroupName As String, clusterName As String, body As ClusterResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterResource)
Paramètres
- operations
- ICassandraClustersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterName
- String
Nom du cluster Cassandra managé.
- body
- ClusterResource
Propriétés spécifiant l’état souhaité du cluster Cassandra managé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET