次の方法で共有


RedisEnterpriseOperationsExtensions.BeginUpdateAsync メソッド

定義

既存の RedisEnterprise クラスターを更新する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RedisEnterprise.Models.Cluster> BeginUpdateAsync (this Microsoft.Azure.Management.RedisEnterprise.IRedisEnterpriseOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.RedisEnterprise.Models.ClusterUpdate parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.RedisEnterprise.IRedisEnterpriseOperations * string * string * Microsoft.Azure.Management.RedisEnterprise.Models.ClusterUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RedisEnterprise.Models.Cluster>
<Extension()>
Public Function BeginUpdateAsync (operations As IRedisEnterpriseOperations, resourceGroupName As String, clusterName As String, parameters As ClusterUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)

パラメーター

operations
IRedisEnterpriseOperations

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

resourceGroupName
String

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

clusterName
String

RedisEnterprise クラスターの名前。

parameters
ClusterUpdate

Update RedisEnterprise 操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象