CassandraClustersOperationsExtensions.BeginCreateUpdateAsync 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éez ou mettez à 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> BeginCreateUpdateAsync (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 BeginCreateUpdateAsync : 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 BeginCreateUpdateAsync (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