Compartir a través de


MSFT_SMJobToStorageVolume class

Represents a relationship between a job and a storage volume.

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

Syntax

[Association, dynamic, provider("WMIStorage")]
class MSFT_SMJobToStorageVolume
{
  MSFT_SMJob           REF Job;
  MSFT_SMStorageVolume REF AffectedStorageVolume;
};

Members

The MSFT_SMJobToStorageVolume class has these types of members:

Properties

The MSFT_SMJobToStorageVolume class has these properties.

AffectedStorageVolume

Data type: MSFT_SMStorageVolume

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMStorageVolume object that represents the storage volume in the relationship.

Job

Data type: MSFT_SMJob

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMJob object that represents the job in the relationship.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider