次の方法で共有


AzureResourceProtectionIntent クラス

定義

IaaS VM 固有のバックアップ保護意図項目。

[Newtonsoft.Json.JsonObject("AzureResourceItem")]
public class AzureResourceProtectionIntent : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntent
[<Newtonsoft.Json.JsonObject("AzureResourceItem")>]
type AzureResourceProtectionIntent = class
    inherit ProtectionIntent
Public Class AzureResourceProtectionIntent
Inherits ProtectionIntent
継承
AzureResourceProtectionIntent
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureResourceProtectionIntent()

AzureResourceProtectionIntent クラスの新しいインスタンスを初期化します。

AzureResourceProtectionIntent(String, String, String, String, String, String)

AzureResourceProtectionIntent クラスの新しいインスタンスを初期化します。

プロパティ

BackupManagementType

バックアップ項目のバックアップ管理の種類を取得または設定します。 使用できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

(継承元 ProtectionIntent)
FriendlyName

このバックアップ項目で表される VM のフレンドリ名を取得または設定します。

ItemId

保護されているアイテムの ID を取得または設定します。Azure Vm の場合は ProtectedItemId です

(継承元 ProtectionIntent)
PolicyId

この項目をバックアップするバックアップ ポリシーの ID を取得または設定します。

(継承元 ProtectionIntent)
ProtectionState

このバックアップ項目のバックアップ状態を取得または設定します。 使用できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

(継承元 ProtectionIntent)
SourceResourceId

バックアップするリソースの ARM ID を取得または設定します。

(継承元 ProtectionIntent)

適用対象