次の方法で共有


BackupProtectedItemCollection クラス

定義

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

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

コンストラクター

BackupProtectedItemCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, BackupProtectedItemData, CancellationToken)

項目のバックアップを有効にするか、既にバックアップされている項目のバックアップ ポリシー情報を変更します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

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

項目のバックアップを有効にするか、既にバックアップされている項目のバックアップ ポリシー情報を変更します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

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

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

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

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

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

バックアップされた項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

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

バックアップされた項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

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

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

(継承元 ArmCollection)

適用対象