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

VmSizeProperty 构造函数

定义

重载

VmSizeProperty()

初始化 VmSizeProperty 类的新实例。

VmSizeProperty(String, Nullable<Int32>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>)

初始化 VmSizeProperty 类的新实例。

VmSizeProperty()

初始化 VmSizeProperty 类的新实例。

public VmSizeProperty ();
Public Sub New ()

适用于

VmSizeProperty(String, Nullable<Int32>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>)

初始化 VmSizeProperty 类的新实例。

public VmSizeProperty (string name = default, int? cores = default, string dataDiskStorageTier = default, string label = default, long? maxDataDiskCount = default, long? memoryInMb = default, bool? supportedByVirtualMachines = default, bool? supportedByWebWorkerRoles = default, long? virtualMachineResourceDiskSizeInMb = default, long? webWorkerResourceDiskSizeInMb = default);
new Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty : string * Nullable<int> * string * string * Nullable<int64> * Nullable<int64> * Nullable<bool> * Nullable<bool> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty
Public Sub New (Optional name As String = Nothing, Optional cores As Nullable(Of Integer) = Nothing, Optional dataDiskStorageTier As String = Nothing, Optional label As String = Nothing, Optional maxDataDiskCount As Nullable(Of Long) = Nothing, Optional memoryInMb As Nullable(Of Long) = Nothing, Optional supportedByVirtualMachines As Nullable(Of Boolean) = Nothing, Optional supportedByWebWorkerRoles As Nullable(Of Boolean) = Nothing, Optional virtualMachineResourceDiskSizeInMb As Nullable(Of Long) = Nothing, Optional webWorkerResourceDiskSizeInMb As Nullable(Of Long) = Nothing)

参数

name
String

vm 大小名称。

cores
Nullable<Int32>

VM 大小具有的核心数。

dataDiskStorageTier
String

VM 大小的数据磁盘存储层。

label
String

vm 大小的标签。

maxDataDiskCount
Nullable<Int64>

VM 大小的最大数据磁盘计数。

memoryInMb
Nullable<Int64>

其单位为 VM 大小的 MB 的内存。

supportedByVirtualMachines
Nullable<Boolean>

这表示虚拟机是否支持此 VM 大小

supportedByWebWorkerRoles
Nullable<Boolean>

指示 Web 辅助角色是否支持此 VM 大小

virtualMachineResourceDiskSizeInMb
Nullable<Int64>

其单位为 VM 大小的 MB 的虚拟机资源磁盘大小。

webWorkerResourceDiskSizeInMb
Nullable<Int64>

Web 辅助角色资源磁盘大小,其单位为 VM 大小的 MB。

适用于