Msvm_AssignableDeviceDismountSettingData class

Represents the settings of a virtual system to import. Used by the Dismount method of the Msvm_AssignableDeviceService class.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[AMENDMENT]
class Msvm_AssignableDeviceDismountSettingData : CIM_SettingData
{
  string  DeviceInstancePath;
  string  DeviceLocationPath;
  boolean RequireAcsSupport;
  boolean RequireDeviceMitigations;
};

Members

The Msvm_AssignableDeviceDismountSettingData class has these types of members:

Properties

The Msvm_AssignableDeviceDismountSettingData class has these properties.

DeviceInstancePath

Data type: string

Access type: Read/write

PNP device instance ID.

DeviceLocationPath

Data type: string

Access type: Read/write

PNP device location path.

RequireAcsSupport

Data type: boolean

Access type: Read/write

Indicates if the requisite ACS support should be in place before permitting the dismount.

RequireDeviceMitigations

Data type: boolean

Access type: Read/write

Indicates if device mitigations should be in place before permitting the dismount.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1703 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SettingData