次の方法で共有


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>

は、この VM サイズが Web worker ロールでサポートされているかどうかを示します

virtualMachineResourceDiskSizeInMb
Nullable<Int64>

ユニットが VM サイズの MB である仮想マシン リソース ディスク サイズ。

webWorkerResourceDiskSizeInMb
Nullable<Int64>

ユニットが VM サイズの MB である Web worker リソース ディスク サイズ。

適用対象