次の方法で共有


AzureWorkloadContainerAutoProtectionIntent クラス

定義

Azure ワークロード固有の保護意図項目。

public class AzureWorkloadContainerAutoProtectionIntent : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntent
type AzureWorkloadContainerAutoProtectionIntent = class
    inherit ProtectionIntent
Public Class AzureWorkloadContainerAutoProtectionIntent
Inherits ProtectionIntent
継承
AzureWorkloadContainerAutoProtectionIntent

コンストラクター

AzureWorkloadContainerAutoProtectionIntent()

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

AzureWorkloadContainerAutoProtectionIntent(String, String, String, String, String)

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

プロパティ

BackupManagementType

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

(継承元 ProtectionIntent)
ItemId

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

(継承元 ProtectionIntent)
PolicyId

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

(継承元 ProtectionIntent)
ProtectionState

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

(継承元 ProtectionIntent)
SourceResourceId

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

(継承元 ProtectionIntent)

適用対象