Megosztás a következőn keresztül:


DatabaseMigrationSqlDBCollection.Get Method

Definition

Retrieve the Database Migration resource.

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