MSFT_StorageJobToAffectedStorageObject class

Association between a MSFT_StorageJob and MSFT_StorageObject objects that are affected by the job operation.

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

Syntax

[Association]
class MSFT_StorageJobToAffectedStorageObject
{
  MSFT_StorageJob    REF StorageJob;
  MSFT_StorageObject REF AffectedStorageObject;
};

Members

The MSFT_StorageJobToAffectedStorageObject class has these types of members:

Properties

The MSFT_StorageJobToAffectedStorageObject class has these properties.

AffectedStorageObject

Data type: MSFT_StorageObject

Access type: Read-only

Qualifiers: Key

The storage object that is affected by the job operation.

StorageJob

Data type: MSFT_StorageJob

Access type: Read-only

Qualifiers: Key

The job object for the storage job.

Requirements

Requirement Value
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

See also

MSFT_StorageJob

MSFT_StorageObject