ManagedDatabaseMoveOperations interface

Interface representing a ManagedDatabaseMoveOperations.

Methods

get(string, string, string, ManagedDatabaseMoveOperationsGetOptionalParams)

Gets a managed database move operation.

listByLocation(string, string, ManagedDatabaseMoveOperationsListByLocationOptionalParams)

Lists managed database move operations.

Method Details

get(string, string, string, ManagedDatabaseMoveOperationsGetOptionalParams)

Gets a managed database move operation.

function get(resourceGroupName: string, locationName: string, operationId: string, options?: ManagedDatabaseMoveOperationsGetOptionalParams): Promise<ManagedDatabaseMoveOperationResult>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

locationName

string

operationId

string

options
ManagedDatabaseMoveOperationsGetOptionalParams

The options parameters.

Returns

listByLocation(string, string, ManagedDatabaseMoveOperationsListByLocationOptionalParams)

Lists managed database move operations.

function listByLocation(resourceGroupName: string, locationName: string, options?: ManagedDatabaseMoveOperationsListByLocationOptionalParams): PagedAsyncIterableIterator<ManagedDatabaseMoveOperationResult, ManagedDatabaseMoveOperationResult[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

locationName

string

Returns