Skip to content

Latest commit

 

History

History
122 lines (80 loc) · 3.33 KB

msvm-mediapresent.md

File metadata and controls

122 lines (80 loc) · 3.33 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Associates a storage drive with the media inserted into the drive.
C0B2D604-0B55-4EA0-A46E-2450D89A5B22
Msvm_MediaPresent class
reference
05/31/2018
APIRef
kbSyntax
Msvm_MediaPresent
Msvm_MediaPresent.Antecedent
Msvm_MediaPresent.Dependent
Msvm_MediaPresent.FixedMedia
DllExport
vmms.exe

Msvm_MediaPresent class

Associates a storage drive with the media inserted into the drive. This association is used for all storage drive objects.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_MediaPresent : CIM_MediaPresent
{
  CIM_MediaAccessDevice REF Antecedent;
  CIM_StorageExtent     REF Dependent;
  boolean                   FixedMedia;
};

Members

The Msvm_MediaPresent class has these types of members:

Properties

The Msvm_MediaPresent class has these properties.

Antecedent

Data type: CIM_MediaAccessDevice

Access type: Read-only

The reference to the media access device. This property is inherited from CIM_MediaPresent.

Dependent

Data type: CIM_StorageExtent

Access type: Read-only

The reference to the storage extent accessed with the media access device. This property is inherited from CIM_MediaPresent.

FixedMedia

Data type: boolean

Access type: Read-only

Indicates whether the accessed storage extent is fixed and cannot be ejected. The value is True for hard disks and False otherwise. This property is inherited from CIM_MediaPresent.

Remarks

Access to the Msvm_MediaPresent class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_MediaPresent

CIM_MediaPresent

Storage Classes