Expand Minimize
This topic has not yet been rated - Rate this topic

MSFT_MaskingSetToVirtualDisk class

Association between MaskingSet and VirtualDisk.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[Association]class MSFT_MaskingSetToVirtualDisk
{
  MSFT_MaskingSet  REF MaskingSet;
  MSFT_VirtualDisk REF VirtualDisk;
};

Members

The MSFT_MaskingSetToVirtualDisk class has these types of members:

Properties

The MSFT_MaskingSetToVirtualDisk class has these properties.

MaskingSet
Data type: MSFT_MaskingSet
Access type: Read-only
Qualifiers: Key

VirtualDisk
Data type: MSFT_VirtualDisk
Access type: Read-only
Qualifiers: Key

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\\.\Root\Microsoft\Windows\Storage

MOF

Storagewmi.mof (for application developers);
Storagewmi_provider.mof (for provider developers)

See also

MSFT_MaskingSet
MSFT_VirtualDisk

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.