次の方法で共有


CassandraClustersOperationsExtensions.UpdateAsync メソッド

定義

マネージド Cassandra クラスターのプロパティの一部を更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ClusterResource> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (operations As ICassandraClustersOperations, resourceGroupName As String, clusterName As String, body As ClusterResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterResource)

パラメーター

operations
ICassandraClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName
String

マネージド Cassandra クラスター名。

body
ClusterResource

マネージド Cassandra クラスターを指定するために指定するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象