ManagedDatabaseMoveOperations interface
Interface representing a ManagedDatabaseMoveOperations.
Methods
get(string, string, string, Managed |
Gets a managed database move operation. |
list |
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
The options parameters.
Returns
Promise<ManagedDatabaseMoveOperationResult>
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
The options parameters.