Bagikan melalui


DatabaseResource.ExportAsync Method

Definition

Exports a database file from target database. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/export Operation Id: Databases_Export

public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> ExportAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.RedisEnterpriseCache.Models.ExportClusterContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportAsync : Azure.WaitUntil * Azure.ResourceManager.RedisEnterpriseCache.Models.ExportClusterContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.ExportAsync : Azure.WaitUntil * Azure.ResourceManager.RedisEnterpriseCache.Models.ExportClusterContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function ExportAsync (waitUntil As WaitUntil, content As ExportClusterContent, 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
ExportClusterContent

Storage information for exporting into the cluster.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to