MSFT_SMJobToPool class

Represents an association between a job and a storage pool.

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_SMJobToPool
{
  MSFT_SMJob  REF Job;
  MSFT_SMPool REF AffectedPool;
};

Members

The MSFT_SMJobToPool class has these types of members:

Properties

The MSFT_SMJobToPool class has these properties.

AffectedPool

Data type: MSFT_SMPool

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMPool object that represents the pool.

Job

Data type: MSFT_SMJob

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMJob object that represents the job.

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