Freigeben über


DatabaseMigrationSqlMICollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren DatabaseMigrationSqlMIResource Vorgänge darstellt. Jedes DatabaseMigrationSqlMIResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen DatabaseMigrationSqlMICollection instance rufen Sie die GetDatabaseMigrationSqlMIs-Methode aus einer instance von aufResourceGroupResource.

public class DatabaseMigrationSqlMICollection : Azure.ResourceManager.ArmCollection
type DatabaseMigrationSqlMICollection = class
    inherit ArmCollection
Public Class DatabaseMigrationSqlMICollection
Inherits ArmCollection
Vererbung
DatabaseMigrationSqlMICollection

Konstruktoren

DatabaseMigrationSqlMICollection()

Initialisiert eine neue instance der -Klasse für die DatabaseMigrationSqlMICollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, String, DatabaseMigrationSqlMIData, CancellationToken)

Erstellen Sie eine neue Datenbankmigration zu einem bestimmten SQL Managed Instance.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Vorgangs-IdDatabaseMigrationsSqlMi_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, String, DatabaseMigrationSqlMIData, CancellationToken)

Erstellen Sie eine neue Datenbankmigration zu einem bestimmten SQL Managed Instance.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Vorgangs-IdDatabaseMigrationsSqlMi_CreateOrUpdate
Exists(String, String, Nullable<Guid>, String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Vorgangs-IdDatabaseMigrationsSqlMi_Get
ExistsAsync(String, String, Nullable<Guid>, String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Vorgangs-IdDatabaseMigrationsSqlMi_Get
Get(String, String, Nullable<Guid>, String, CancellationToken)

Rufen Sie die angegebene Datenbankmigration für eine bestimmte SQL Managed Instance ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Vorgangs-IdDatabaseMigrationsSqlMi_Get
GetAsync(String, String, Nullable<Guid>, String, CancellationToken)

Rufen Sie die angegebene Datenbankmigration für eine bestimmte SQL Managed Instance ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Vorgangs-IdDatabaseMigrationsSqlMi_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Gilt für: