Compartir a través de


MSFT_SMJobToStorageGroup class

Represents an association between a job and a storage group.

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_SMJobToStorageGroup
{
  MSFT_SMJob          REF Job;
  MSFT_SMStorageGroup REF AffectedStorageGroup;
};

Members

The MSFT_SMJobToStorageGroup class has these types of members:

Properties

The MSFT_SMJobToStorageGroup class has these properties.

AffectedStorageGroup

Data type: MSFT_SMStorageGroup

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMStorageGroup object that represents the storage group.

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