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

RestorePointSourceVMStorageProfile 构造函数

定义

重载

RestorePointSourceVMStorageProfile()

初始化 RestorePointSourceVMStorageProfile 类的新实例。

RestorePointSourceVMStorageProfile(RestorePointSourceVMOSDisk, IList<RestorePointSourceVMDataDisk>)

初始化 RestorePointSourceVMStorageProfile 类的新实例。

RestorePointSourceVMStorageProfile()

初始化 RestorePointSourceVMStorageProfile 类的新实例。

public RestorePointSourceVMStorageProfile ();
Public Sub New ()

适用于

RestorePointSourceVMStorageProfile(RestorePointSourceVMOSDisk, IList<RestorePointSourceVMDataDisk>)

初始化 RestorePointSourceVMStorageProfile 类的新实例。

public RestorePointSourceVMStorageProfile (Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> dataDisks = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile : Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> -> Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile
Public Sub New (Optional osDisk As RestorePointSourceVMOSDisk = Nothing, Optional dataDisks As IList(Of RestorePointSourceVMDataDisk) = Nothing)

参数

osDisk
RestorePointSourceVMOSDisk

获取在创建还原点时捕获的 VM 的 OS 磁盘。

dataDisks
IList<RestorePointSourceVMDataDisk>

获取创建还原点时捕获的 VM 的数据磁盘。

适用于