DatabaseMigrationSqlMICollection.GetIfExistsAsync 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.
Tries to get details for this resource from the service.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
- Operation Id: DatabaseMigrationsSqlMi_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataMigration.DatabaseMigrationSqlMIResource>> GetIfExistsAsync (string managedInstanceName, string targetDBName, Guid? migrationOperationId = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * Nullable<Guid> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataMigration.DatabaseMigrationSqlMIResource>>
override this.GetIfExistsAsync : string * string * Nullable<Guid> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataMigration.DatabaseMigrationSqlMIResource>>
Public Overridable Function GetIfExistsAsync (managedInstanceName As String, targetDBName As String, Optional migrationOperationId As Nullable(Of Guid) = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of DatabaseMigrationSqlMIResource))
Parameters
- targetDBName
- String
The name of the target database.
Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved.
- expand
- String
Complete migration details be included in the response.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
managedInstanceName
or targetDBName
is an empty string, and was expected to be non-empty.
managedInstanceName
or targetDBName
is null.
Applies to
Azure SDK for .NET