你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于