CIM_LastAppliedSnapshot クラス

コンピューター システムと、最後に適用された仮想システム スナップショットとの間の関連付けを表します。

構文

[Association, Abstract, Version("2.22.0"), AMENDMENT]
class CIM_LastAppliedSnapshot : CIM_Dependency
{
  CIM_VirtualSystemSettingData REF Antecedent;
  CIM_ComputerSystem           REF Dependent;
};

メンバー

CIM_LastAppliedSnapshot クラスには、次の種類のメンバーがあります。

プロパティ

CIM_LastAppliedSnapshot クラスには、これらのプロパティがあります。

先行

データ型: CIM_VirtualSystemSettingData

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("Antecedent")、 Min (0)、 Max (1)

仮想システムは、コンピューター システムに最後に適用されたスナップショット。

依存型

データ型: CIM_ComputerSystem

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("Dependent")、 Min (0)、 Max (1)

コンピューター システム。

要件

要件
サポートされている最小のクライアント
Windows 8
サポートされている最小のサーバー
Windows Server 2012
名前空間
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
[DLL]
Vmms.exe

関連項目

CIM_Dependency