AzureSqlManagedDatabaseAdapter Class

Definition

Adapter for managed database operations

public class AzureSqlManagedDatabaseAdapter
type AzureSqlManagedDatabaseAdapter = class
Public Class AzureSqlManagedDatabaseAdapter
Inheritance
AzureSqlManagedDatabaseAdapter

Constructors

AzureSqlManagedDatabaseAdapter(IAzureContext)

Constructs a managed database adapter

Properties

Context

Gets or sets the Azure profile

Methods

CancelMove(MoveCopyManagedDatabaseModel)
CompleteManagedDatabaseLogReplay(AzureSqlManagedDatabaseModel)

Completes managed database log replay restore.

CompleteMove(MoveCopyManagedDatabaseModel)
CreateManagedDatabaseModelFromResponse(String, String, ManagedDatabase)

Converts the response from the service to a powershell managed database object

GetDeletedManagedDatabaseResourceId(String, String, String)

Gets the Resource id of the managed instance.

GetManagedDatabaseLogReplay(String, String, String)

Get managed database log replay restore status details

GetManagedDatabaseResourceId(String, String, String)

Gets the Resource id of the managed instance.

GetManagedInstanceLocation(String, String)

Gets the Location of the managed instance.

ListMoveCopyOperations(MoveCopyManagedDatabaseModel, Boolean)
MoveManagedDatabase(MoveCopyManagedDatabaseModel)
RemoveManagedDatabase(String, String, String)

Deletes a managed database

StartManagedDatabaseLogReplay(AzureSqlManagedDatabaseModel)

Start the managed database log replay

StopManagedDatabaseLogReplay(AzureSqlManagedDatabaseModel)

Removes managed database in order to stop log replay service

Applies to