Freigeben über


SqlMigrationServiceCollection Klasse

Definition

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

public class SqlMigrationServiceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataMigration.SqlMigrationServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.SqlMigrationServiceResource>
type SqlMigrationServiceCollection = class
    inherit ArmCollection
    interface seq<SqlMigrationServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<SqlMigrationServiceResource>
Public Class SqlMigrationServiceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SqlMigrationServiceResource), IEnumerable(Of SqlMigrationServiceResource)
Vererbung
SqlMigrationServiceCollection
Implementiert

Konstruktoren

SqlMigrationServiceCollection()

Initialisiert eine neue instance der -Klasse für die SqlMigrationServiceCollection 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, SqlMigrationServiceData, CancellationToken)

Erstellen oder aktualisieren Sie Database Migration Service.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • Vorgangs-IdSqlMigrationServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SqlMigrationServiceData, CancellationToken)

Erstellen oder aktualisieren Sie Database Migration Service.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • Vorgangs-IdSqlMigrationServices_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • Vorgangs-IdSqlMigrationServices_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • Vorgangs-IdSqlMigrationServices_Get
Get(String, CancellationToken)

Abrufen der Database Migration Service

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • Vorgangs-IdSqlMigrationServices_Get
GetAll(CancellationToken)

Rufen Sie alle SQL-Migrationsdienste in der Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices
  • Vorgangs-IdSqlMigrationServices_ListByResourceGroup
GetAllAsync(CancellationToken)

Rufen Sie alle SQL-Migrationsdienste in der Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices
  • Vorgangs-IdSqlMigrationServices_ListByResourceGroup
GetAsync(String, CancellationToken)

Abrufen der Database Migration Service

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • Vorgangs-IdSqlMigrationServices_Get
TryGetApiVersion(ResourceType, String)

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

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<SqlMigrationServiceResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<SqlMigrationServiceResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: