次の方法で共有


BackupRecoveryPointCollection クラス

定義

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

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

コンストラクター

BackupRecoveryPointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}
  • 操作IdRecoveryPoints_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}
  • 操作IdRecoveryPoints_Get
Get(String, CancellationToken)

RecoveryPointID を使用して識別されたバックアップ データの情報を提供します。 これは非同期操作です。 操作の状態を確認するには、GetProtectedItemOperationResult API を呼び出します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}
  • 操作IdRecoveryPoints_Get
GetAll(String, CancellationToken)

バックアップ項目のバックアップ コピーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints
  • 操作IdRecoveryPoints_List
GetAllAsync(String, CancellationToken)

バックアップ項目のバックアップ コピーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints
  • 操作IdRecoveryPoints_List
GetAsync(String, CancellationToken)

RecoveryPointID を使用して識別されたバックアップ データの情報を提供します。 これは非同期操作です。 操作の状態を確認するには、GetProtectedItemOperationResult API を呼び出します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}
  • 操作IdRecoveryPoints_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<BackupRecoveryPointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<BackupRecoveryPointResource>.GetEnumerator()

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

適用対象