RestorePointSourceVMDataDisk コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- name
- String
ディスク名を取得します。
- caching
- Nullable<CachingTypes>
キャッシュの種類を取得します。 使用できる値は、'None'、'ReadOnly'、'ReadWrite' です。
- managedDisk
- ManagedDiskParameters
マネージド ディスクの詳細を格納します。
- diskRestorePoint
- DiskRestorePointAttributes
ディスク復元ポイントのプロパティが含まれています。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET