次の方法で共有


RecoveryServiceVaultProtectionIntent クラス

定義

Azure Recovery Services コンテナー固有の保護意図項目。 基底クラスであることに注意 RecoveryServiceVaultProtectionIntent してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がWorkloadSqlAutoProtectionIntent含まれますWorkloadAutoProtectionIntent

public class RecoveryServiceVaultProtectionIntent : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericProtectionIntent
type RecoveryServiceVaultProtectionIntent = class
    inherit BackupGenericProtectionIntent
Public Class RecoveryServiceVaultProtectionIntent
Inherits BackupGenericProtectionIntent
継承
RecoveryServiceVaultProtectionIntent
派生

コンストラクター

RecoveryServiceVaultProtectionIntent()

RecoveryServiceVaultProtectionIntent の新しいインスタンスを初期化します。

プロパティ

BackupManagementType

バックアップ項目のバックアップ管理の種類。

(継承元 BackupGenericProtectionIntent)
ItemId

保護されているアイテムの ID。Azure Vm の場合は ProtectedItemId です。

(継承元 BackupGenericProtectionIntent)
PolicyId

この項目がバックアップされるバックアップ ポリシーの ID。

(継承元 BackupGenericProtectionIntent)
ProtectionState

このバックアップ項目のバックアップ状態。

(継承元 BackupGenericProtectionIntent)
SourceResourceId

バックアップするリソースの ARM ID。

(継承元 BackupGenericProtectionIntent)

適用対象