次の方法で共有


WorkloadAutoProtectionIntent クラス

定義

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

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

コンストラクター

WorkloadAutoProtectionIntent()

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

プロパティ

BackupManagementType

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

(継承元 BackupGenericProtectionIntent)
ItemId

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

(継承元 BackupGenericProtectionIntent)
PolicyId

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

(継承元 BackupGenericProtectionIntent)
ProtectionState

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

(継承元 BackupGenericProtectionIntent)
SourceResourceId

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

(継承元 BackupGenericProtectionIntent)

適用対象