AzureSqlManagedDatabaseCommunicator.GetMoveOperations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedDatabaseMoveOperationResult> GetMoveOperations (string resourceGroupName, string location, string managedInstanceName, string databaseName, string targetManagedInstanceName, Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.OperationMode mode, bool onlyLatestPerDatabase);
member this.GetMoveOperations : string * string * string * string * string * Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.OperationMode * bool -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedDatabaseMoveOperationResult>
Public Function GetMoveOperations (resourceGroupName As String, location As String, managedInstanceName As String, databaseName As String, targetManagedInstanceName As String, mode As OperationMode, onlyLatestPerDatabase As Boolean) As IList(Of ManagedDatabaseMoveOperationResult)
Parameters
- resourceGroupName
- String
- location
- String
- managedInstanceName
- String
- databaseName
- String
- targetManagedInstanceName
- String
- mode
- OperationMode
- onlyLatestPerDatabase
- Boolean