你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetUpdateStorageProfile 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
VirtualMachineScaleSetUpdateStorageProfile() |
初始化 VirtualMachineScaleSetUpdateStorageProfile 类的新实例。 |
VirtualMachineScaleSetUpdateStorageProfile(ImageReference, VirtualMachineScaleSetUpdateOSDisk, IList<VirtualMachineScaleSetDataDisk>, String) |
初始化 VirtualMachineScaleSetUpdateStorageProfile 类的新实例。 |
VirtualMachineScaleSetUpdateStorageProfile()
初始化 VirtualMachineScaleSetUpdateStorageProfile 类的新实例。
public VirtualMachineScaleSetUpdateStorageProfile ();
Public Sub New ()
适用于
VirtualMachineScaleSetUpdateStorageProfile(ImageReference, VirtualMachineScaleSetUpdateOSDisk, IList<VirtualMachineScaleSetDataDisk>, String)
初始化 VirtualMachineScaleSetUpdateStorageProfile 类的新实例。
public VirtualMachineScaleSetUpdateStorageProfile (Microsoft.Azure.Management.Compute.Models.ImageReference imageReference = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> dataDisks = default, string diskControllerType = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile : Microsoft.Azure.Management.Compute.Models.ImageReference * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile
Public Sub New (Optional imageReference As ImageReference = Nothing, Optional osDisk As VirtualMachineScaleSetUpdateOSDisk = Nothing, Optional dataDisks As IList(Of VirtualMachineScaleSetDataDisk) = Nothing, Optional diskControllerType As String = Nothing)
参数
- imageReference
- ImageReference
图像引用。
OS 磁盘。
- dataDisks
- IList<VirtualMachineScaleSetDataDisk>
数据磁盘。
- diskControllerType
- String