次の方法で共有


DatabaseMigrationSqlDBCollection クラス

定義

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

public class DatabaseMigrationSqlDBCollection : Azure.ResourceManager.ArmCollection
type DatabaseMigrationSqlDBCollection = class
    inherit ArmCollection
Public Class DatabaseMigrationSqlDBCollection
Inherits ArmCollection
継承
DatabaseMigrationSqlDBCollection

コンストラクター

DatabaseMigrationSqlDBCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, String, DatabaseMigrationSqlDBData, CancellationToken)

データベース移行リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • 操作IdDatabaseMigrationsSqlDb_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, String, DatabaseMigrationSqlDBData, CancellationToken)

データベース移行リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • 操作IdDatabaseMigrationsSqlDb_CreateOrUpdate
Exists(String, String, Nullable<Guid>, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • 操作IdDatabaseMigrationsSqlDb_Get
ExistsAsync(String, String, Nullable<Guid>, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • 操作IdDatabaseMigrationsSqlDb_Get
Get(String, String, Nullable<Guid>, String, CancellationToken)

データベース移行リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • 操作IdDatabaseMigrationsSqlDb_Get
GetAsync(String, String, Nullable<Guid>, String, CancellationToken)

データベース移行リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • 操作IdDatabaseMigrationsSqlDb_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象