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

DiskRestorePoint 类

定义

磁盘还原点的属性

[Microsoft.Rest.Serialization.JsonTransformation]
public class DiskRestorePoint : Microsoft.Azure.Management.Compute.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DiskRestorePoint = class
    inherit ProxyOnlyResource
Public Class DiskRestorePoint
Inherits ProxyOnlyResource
继承
DiskRestorePoint
属性

构造函数

DiskRestorePoint()

初始化 DiskRestorePoint 类的新实例。

DiskRestorePoint(String, String, String, Nullable<DateTime>, String, Nullable<OperatingSystemTypes>, String, PurchasePlan, String, String, Encryption, Nullable<Boolean>)

初始化 DiskRestorePoint 类的新实例。

DiskRestorePoint(String, String, String, Nullable<DateTime>, String, Nullable<OperatingSystemTypes>, String, PurchasePlan, SupportedCapabilities, String, String, Encryption, Nullable<Boolean>, String, String, String, Nullable<Double>, String, String, DiskSecurityProfile)

初始化 DiskRestorePoint 类的新实例。

属性

CompletionPercent

获取或设置当源资源来自不同区域时磁盘还原点的后台副本的完成百分比。

DiskAccessId

获取或设置 DiskAccess 资源的 ARM ID,以便在磁盘上使用专用终结点。

Encryption

获取加密属性可用于使用客户管理的密钥或平台托管密钥加密静态数据。

FamilyId

获取后备快照 MIS 系列的 ID

HyperVGeneration

获取或设置虚拟机的虚拟机监控程序生成。 仅适用于 OS 磁盘。 可能的值包括:“V1”、“V2”

Id

获取资源 ID

(继承自 ProxyOnlyResource)
Name

获取资源名称

(继承自 ProxyOnlyResource)
NetworkAccessPolicy

获取或设置可能的值,包括:“AllowAll”、“AllowPrivate”、“DenyAll”

OsType

获取操作系统类型。 可能的值包括:“Windows”、“Linux”

PublicNetworkAccess

获取或设置可能的值,包括:“Enabled”、“Disabled”

PurchasePlan

获取或设置从中创建 OS 磁盘的映像的购买计划信息。

ReplicationState

获取源资源来自其他区域时磁盘还原点的复制状态。

SecurityProfile

获取或设置包含资源的安全相关信息。

SourceResourceId

获取源磁盘或源磁盘还原点的 arm ID。

SourceResourceLocation

获取源资源来自不同区域时源磁盘或源磁盘还原点的位置。

SourceUniqueId

获取源磁盘的唯一化身 ID

SupportedCapabilities

获取或设置从中创建 OS 磁盘的映像支持的功能列表。

SupportsHibernation

获取或设置指示磁盘上的 OS 支持休眠。

TimeCreated

获取 restorePoint 创建的时间戳

Type

获取资源类型

(继承自 ProxyOnlyResource)

方法

Validate()

验证 对象。

适用于