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

VirtualMachineScaleSetStorageProfile 类

定义

介绍虚拟机规模集存储配置文件。

public class VirtualMachineScaleSetStorageProfile
type VirtualMachineScaleSetStorageProfile = class
Public Class VirtualMachineScaleSetStorageProfile
继承
VirtualMachineScaleSetStorageProfile

构造函数

VirtualMachineScaleSetStorageProfile()

初始化 VirtualMachineScaleSetStorageProfile 类的新实例。

VirtualMachineScaleSetStorageProfile(ImageReference, VirtualMachineScaleSetOSDisk, IList<VirtualMachineScaleSetDataDisk>, String)

初始化 VirtualMachineScaleSetStorageProfile 类的新实例。

属性

DataDisks

获取或设置指定用于将数据磁盘添加到规模集中的虚拟机的参数。 有关磁盘的详细信息,请参阅 关于 Azure 虚拟机的磁盘和 VHD

DiskControllerType

介绍虚拟机规模集存储配置文件。

ImageReference

获取或设置指定有关要使用的图像的信息。 可以指定有关平台映像、市场映像或虚拟机映像的信息。 若要使用平台映像、市场映像或虚拟机映像,但未在其他创建操作中使用,则此元素是必需的。

OsDisk

获取或设置指定有关规模集中虚拟机使用的操作系统磁盘的信息。 有关磁盘的详细信息,请参阅 关于 Azure 虚拟机的磁盘和 VHD

方法

Validate()

验证 对象。

适用于