次の方法で共有


PostgreSqlMigrationCollection クラス

定義

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

public class PostgreSqlMigrationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlMigrationResource>
type PostgreSqlMigrationCollection = class
    inherit ArmCollection
    interface seq<PostgreSqlMigrationResource>
    interface IEnumerable
    interface IAsyncEnumerable<PostgreSqlMigrationResource>
Public Class PostgreSqlMigrationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of PostgreSqlMigrationResource), IEnumerable(Of PostgreSqlMigrationResource)
継承
PostgreSqlMigrationCollection
実装

コンストラクター

PostgreSqlMigrationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PostgreSqlMigrationData, CancellationToken)

新しい移行を作成します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations/{migrationName}
  • 操作IdMigrations_Create
CreateOrUpdateAsync(WaitUntil, String, PostgreSqlMigrationData, CancellationToken)

新しい移行を作成します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations/{migrationName}
  • 操作IdMigrations_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations/{migrationName}
  • 操作IdMigrations_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations/{migrationName}
  • 操作IdMigrations_Get
Get(String, CancellationToken)

移行の詳細を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations/{migrationName}
  • 操作IdMigrations_Get
GetAll(Nullable<PostgreSqlMigrationListFilter>, CancellationToken)

特定のターゲット サーバー上のすべての移行を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations
  • 操作IdMigrations_ListByTargetServer
GetAllAsync(Nullable<PostgreSqlMigrationListFilter>, CancellationToken)

特定のターゲット サーバー上のすべての移行を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations
  • 操作IdMigrations_ListByTargetServer
GetAsync(String, CancellationToken)

移行の詳細を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{targetDbServerName}/migrations/{migrationName}
  • 操作IdMigrations_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<PostgreSqlMigrationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<PostgreSqlMigrationResource>.GetEnumerator()

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

適用対象