次の方法で共有


ReplicationProtectedItemCollection クラス

定義

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

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

コンストラクター

ReplicationProtectedItemCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ReplicationProtectedItemCreateOrUpdateContent, CancellationToken)

ASR レプリケーションで保護された項目を作成する操作 (レプリケーションを有効にする)。

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

ASR レプリケーションで保護された項目を作成する操作 (レプリケーションを有効にする)。

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

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

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

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

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

ASR レプリケーションで保護された項目の詳細を取得します。

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

保護コンテナー内の ASR レプリケーションで保護された項目の一覧を取得します。

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

保護コンテナー内の ASR レプリケーションで保護された項目の一覧を取得します。

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

ASR レプリケーションで保護された項目の詳細を取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ReplicationProtectedItemResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ReplicationProtectedItemResource>.GetEnumerator()

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

適用対象