RestorePointSourceVMStorageProfile コンストラクター

定義

オーバーロード

RestorePointSourceVMStorageProfile()

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

RestorePointSourceVMStorageProfile(RestorePointSourceVMOSDisk, IList<RestorePointSourceVMDataDisk>)

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

RestorePointSourceVMStorageProfile()

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

public RestorePointSourceVMStorageProfile ();
Public Sub New ()

適用対象

RestorePointSourceVMStorageProfile(RestorePointSourceVMOSDisk, IList<RestorePointSourceVMDataDisk>)

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

public RestorePointSourceVMStorageProfile (Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> dataDisks = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile : Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> -> Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile
Public Sub New (Optional osDisk As RestorePointSourceVMOSDisk = Nothing, Optional dataDisks As IList(Of RestorePointSourceVMDataDisk) = Nothing)

パラメーター

osDisk
RestorePointSourceVMOSDisk

復元ポイントの作成時にキャプチャされた VM の OS ディスクを取得します。

dataDisks
IList<RestorePointSourceVMDataDisk>

復元ポイントの作成時にキャプチャされた VM のデータ ディスクを取得します。

適用対象