ISqlDatabase.RenameAsync(String, CancellationToken) Method

Definition

Renames the database asynchronously.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase> RenameAsync (string newDatabaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member RenameAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>
Public Function RenameAsync (newDatabaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ISqlDatabase)

Parameters

newDatabaseName
String

The new name for the database.

cancellationToken
CancellationToken

Returns

Applies to