次の方法で共有


RestorePointSourceVMOSDisk コンストラクター

定義

オーバーロード

RestorePointSourceVMOSDisk()

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

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

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

RestorePointSourceVMOSDisk()

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

public RestorePointSourceVMOSDisk ();
Public Sub New ()

適用対象

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

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

public RestorePointSourceVMOSDisk (string osType = default, Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings encryptionSettings = 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.RestorePointSourceVMOSDisk : string * Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings * 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.RestorePointSourceVMOSDisk
Public Sub New (Optional osType As String = Nothing, Optional encryptionSettings As DiskEncryptionSettings = 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)

パラメーター

osType
String

オペレーティング システムの種類を取得します。 使用可能な値は、'Windows'、'Linux' です。

encryptionSettings
DiskEncryptionSettings

ディスク暗号化設定を取得します。

name
String

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

caching
Nullable<CachingTypes>

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

diskSizeGB
Nullable<Int32>

ディスク サイズを GB 単位で取得します。

managedDisk
ManagedDiskParameters

マネージド ディスクの詳細を取得します

diskRestorePoint
DiskRestorePointAttributes

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

writeAcceleratorEnabled
Nullable<Boolean>

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

適用対象