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

RestorePointInstanceView 构造函数

定义

重载

RestorePointInstanceView()

初始化 RestorePointInstanceView 类的新实例。

RestorePointInstanceView(IList<DiskRestorePointInstanceView>, IList<InstanceViewStatus>)

初始化 RestorePointInstanceView 类的新实例。

RestorePointInstanceView()

初始化 RestorePointInstanceView 类的新实例。

public RestorePointInstanceView ();
Public Sub New ()

适用于

RestorePointInstanceView(IList<DiskRestorePointInstanceView>, IList<InstanceViewStatus>)

初始化 RestorePointInstanceView 类的新实例。

public RestorePointInstanceView (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView> diskRestorePoints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> statuses = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> -> Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView
Public Sub New (Optional diskRestorePoints As IList(Of DiskRestorePointInstanceView) = Nothing, Optional statuses As IList(Of InstanceViewStatus) = Nothing)

参数

diskRestorePoints
IList<DiskRestorePointInstanceView>

磁盘还原点信息。

statuses
IList<InstanceViewStatus>

资源状态信息。

适用于