RestorePointSourceMetadata interface
復元ポイントが作成された仮想マシンのプロパティについて説明します。 提供されるプロパティは、復元ポイントの作成時にキャプチャされた仮想マシンのプロパティ全体のサブセットとスナップショットです。
プロパティ
| diagnostics |
診断プロファイルを取得します。 |
| hardware |
ハードウェア プロファイルを取得します。 |
| license |
ライセンスの種類を取得します。ライセンス持ち込みシナリオ用です。 |
| location | 復元ポイントが作成された VM の場所。 |
| os |
OS プロファイルを取得します。 |
| security |
セキュリティ プロファイルを取得します。 |
| storage |
ストレージ プロファイルを取得します。 |
| vm |
仮想マシンの一意の ID を取得します。 |
プロパティの詳細
diagnosticsProfile
hardwareProfile
licenseType
ライセンスの種類を取得します。ライセンス持ち込みシナリオ用です。
licenseType?: string
プロパティ値
string
location
復元ポイントが作成された VM の場所。
location?: string
プロパティ値
string
osProfile
securityProfile
storageProfile
ストレージ プロファイルを取得します。
storageProfile?: RestorePointSourceVMStorageProfile
プロパティ値
vmId
仮想マシンの一意の ID を取得します。
vmId?: string
プロパティ値
string