次の方法で共有


SqlMigrationServiceCollection クラス

定義

のコレクション SqlMigrationServiceResource とその操作を表すクラス。 コレクション内の各 SqlMigrationServiceResource は、 の同じインスタンス ResourceGroupResourceに属します。 インスタンスを SqlMigrationServiceCollection 取得するには、 のインスタンスから GetSqlMigrationServices メソッドを ResourceGroupResource呼び出します。

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)
継承
SqlMigrationServiceCollection
実装

コンストラクター

SqlMigrationServiceCollection()

モック作成のために クラスの SqlMigrationServiceCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SqlMigrationServiceData, CancellationToken)

Database Migration Serviceを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • 操作IdSqlMigrationServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SqlMigrationServiceData, CancellationToken)

Database Migration Serviceを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • 操作IdSqlMigrationServices_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • 操作IdSqlMigrationServices_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • 操作IdSqlMigrationServices_Get
Get(String, CancellationToken)

Database Migration Serviceを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • 操作IdSqlMigrationServices_Get
GetAll(CancellationToken)

リソース グループ内のすべての SQL 移行サービスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices
  • 操作IdSqlMigrationServices_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ内のすべての SQL 移行サービスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices
  • 操作IdSqlMigrationServices_ListByResourceGroup
GetAsync(String, CancellationToken)

Database Migration Serviceを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
  • 操作IdSqlMigrationServices_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<SqlMigrationServiceResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<SqlMigrationServiceResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象