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

DeletedDataProtectionBackupInstanceProperties 类

定义

已删除备份实例。

public class DeletedDataProtectionBackupInstanceProperties : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupInstanceProperties
type DeletedDataProtectionBackupInstanceProperties = class
    inherit DataProtectionBackupInstanceProperties
Public Class DeletedDataProtectionBackupInstanceProperties
Inherits DataProtectionBackupInstanceProperties
继承
DeletedDataProtectionBackupInstanceProperties

构造函数

DeletedDataProtectionBackupInstanceProperties(DataSourceInfo, BackupInstancePolicyInfo, String)

初始化 DeletedDataProtectionBackupInstanceProperties 的新实例。

属性

CurrentProtectionState

指定资源的当前保护状态。

(继承自 DataProtectionBackupInstanceProperties)
DataSourceAuthCredentials

用于向数据源提供程序进行身份验证的凭据。 请注意 DataProtectionBackupAuthCredentials ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 SecretStoreBasedAuthCredentials

(继承自 DataProtectionBackupInstanceProperties)
DataSourceInfo

获取或设置数据源信息。

(继承自 DataProtectionBackupInstanceProperties)
DataSourceSetInfo

获取或设置数据源集信息。

(继承自 DataProtectionBackupInstanceProperties)
DeletionInfo

备份实例的删除信息。

FriendlyName

获取或设置备份实例友好名称。

(继承自 DataProtectionBackupInstanceProperties)
IdentityDetails

包含 BI 的标识详细信息信息。 如果为 null,则默认值将被视为系统分配。

(继承自 DataProtectionBackupInstanceProperties)
ObjectType

获取或设置对象类型。

(继承自 DataProtectionBackupInstanceProperties)
PolicyInfo

获取或设置策略信息。

(继承自 DataProtectionBackupInstanceProperties)
ProtectionErrorDetails

指定资源的保护错误。

(继承自 DataProtectionBackupInstanceProperties)
ProtectionStatus

指定资源的保护状态。

(继承自 DataProtectionBackupInstanceProperties)
ProvisioningState

指定资源的预配状态,即预配/正在更新/成功/失败。

(继承自 DataProtectionBackupInstanceProperties)
ValidationType

指定验证的类型。 对于 DeepValidation,/validateForBackup API 中的所有验证都将再次运行。

(继承自 DataProtectionBackupInstanceProperties)

适用于