次の方法で共有


SiteRecoveryMigrationItemCollection クラス

定義

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

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

コンストラクター

SiteRecoveryMigrationItemCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SiteRecoveryMigrationItemCreateOrUpdateContent, CancellationToken)

ASR 移行項目を作成する操作 (移行を有効にする)。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Create
CreateOrUpdateAsync(WaitUntil, String, SiteRecoveryMigrationItemCreateOrUpdateContent, CancellationToken)

ASR 移行項目を作成する操作 (移行を有効にする)。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Get
Get(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Get
GetAll(String, String, String, CancellationToken)

保護コンテナー内の ASR 移行項目の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems
  • 操作IdReplicationMigrationItems_ListByReplicationProtectionContainers
GetAllAsync(String, String, String, CancellationToken)

保護コンテナー内の ASR 移行項目の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems
  • 操作IdReplicationMigrationItems_ListByReplicationProtectionContainers
GetAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}
  • 操作IdReplicationMigrationItems_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteRecoveryMigrationItemResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteRecoveryMigrationItemResource>.GetEnumerator()

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

適用対象