Share via


DatabaseMigrationSqlDBCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Operation Id: DatabaseMigrationsSqlDb_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.DataMigration.DatabaseMigrationSqlDBResource> GetIfExists (string sqlDBInstanceName, string targetDBName, Guid? migrationOperationId = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * Nullable<Guid> * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataMigration.DatabaseMigrationSqlDBResource>
override this.GetIfExists : string * string * Nullable<Guid> * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataMigration.DatabaseMigrationSqlDBResource>
Public Overridable Function GetIfExists (sqlDBInstanceName As String, targetDBName As String, Optional migrationOperationId As Nullable(Of Guid) = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DatabaseMigrationSqlDBResource)

Parameters

sqlDBInstanceName
String

The String to use.

targetDBName
String

The name of the target database.

migrationOperationId
Nullable<Guid>

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

sqlDBInstanceName or targetDBName is an empty string, and was expected to be non-empty.

sqlDBInstanceName or targetDBName is null.

Applies to