Share via


DatabaseResource.ImportAsync Method

Definition

Imports database files to target database. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/import Operation Id: Databases_Import

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

Storage information for importing into the cluster.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to