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