Megosztás a következőn keresztül:


RedisEnterpriseDatabaseResource.FlushAsync Method

Definition

Flushes all the keys in this database and also from its linked databases.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/flush
  • Operation Id: Databases_Flush
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> FlushAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.RedisEnterprise.Models.FlushRedisEnterpriseDatabaseContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member FlushAsync : Azure.WaitUntil * Azure.ResourceManager.RedisEnterprise.Models.FlushRedisEnterpriseDatabaseContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.FlushAsync : Azure.WaitUntil * Azure.ResourceManager.RedisEnterprise.Models.FlushRedisEnterpriseDatabaseContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function FlushAsync (waitUntil As WaitUntil, content As FlushRedisEnterpriseDatabaseContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
FlushRedisEnterpriseDatabaseContent

Information identifying the databases to be flushed.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to