次の方法で共有


RestorePointSourceVMDataDisk コンストラクター

定義

オーバーロード

RestorePointSourceVMDataDisk()

RestorePointSourceVMDataDisk クラスの新しいインスタンスを初期化します。

RestorePointSourceVMDataDisk(Nullable<Int32>, String, Nullable<CachingTypes>, Nullable<Int32>, ManagedDiskParameters, DiskRestorePointAttributes, Nullable<Boolean>)

RestorePointSourceVMDataDisk クラスの新しいインスタンスを初期化します。

RestorePointSourceVMDataDisk()

RestorePointSourceVMDataDisk クラスの新しいインスタンスを初期化します。

public RestorePointSourceVMDataDisk();
Public Sub New ()

適用対象

RestorePointSourceVMDataDisk(Nullable<Int32>, String, Nullable<CachingTypes>, Nullable<Int32>, ManagedDiskParameters, DiskRestorePointAttributes, Nullable<Boolean>)

RestorePointSourceVMDataDisk クラスの新しいインスタンスを初期化します。

public RestorePointSourceVMDataDisk(int? lun = default, string name = default, Microsoft.Azure.Management.Compute.Models.CachingTypes? caching = default, int? diskSizeGB = default, Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters managedDisk = default, Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes diskRestorePoint = default, bool? writeAcceleratorEnabled = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk : Nullable<int> * string * Nullable<Microsoft.Azure.Management.Compute.Models.CachingTypes> * Nullable<int> * Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters * Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk
Public Sub New (Optional lun As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional caching As Nullable(Of CachingTypes) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional managedDisk As ManagedDiskParameters = Nothing, Optional diskRestorePoint As DiskRestorePointAttributes = Nothing, Optional writeAcceleratorEnabled As Nullable(Of Boolean) = Nothing)

パラメーター

lun
Nullable<Int32>

論理ユニット番号を取得します。

name
String

ディスク名を取得します。

caching
Nullable<CachingTypes>

キャッシュの種類を取得します。 使用できる値は、'None'、'ReadOnly'、'ReadWrite' です。

diskSizeGB
Nullable<Int32>

空のデータ ディスクの初期ディスク サイズ (GB)、および既存の OS ディスクとデータ ディスクの新しい目的のサイズを取得します。

managedDisk
ManagedDiskParameters

マネージド ディスクの詳細を格納します。

diskRestorePoint
DiskRestorePointAttributes

ディスク復元ポイントのプロパティが含まれています。

writeAcceleratorEnabled
Nullable<Boolean>

ディスクが書き込みアクセラレータが有効になっている場合は true を表示します。

適用対象