Share via


MSFT_IPAM_OperationStatus class

Represents the status of a bulk operation that is performed on an object in IPAM.

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

Syntax

[ClassVersion("1.0.0"), dynamic, provider("IPAMServerPSProvider"), AMENDMENT]
class MSFT_IPAM_OperationStatus
{
  uint32 Index;
  uint64 RecordId;
  uint32 Win32Status;
  string ErrorMessage;
};

Members

The MSFT_IPAM_OperationStatus class has these types of members:

Properties

The MSFT_IPAM_OperationStatus class has these properties.

ErrorMessage

Data type: string

Access type: Read-only

An error message that describes a failed operation.

Index

Data type: uint32

Access type: Read-only

The index of the array item that contains the object.

RecordId

Data type: uint64

Access type: Read-only

An identifier of the object.

Win32Status

Data type: uint32

Access type: Read-only

A Win32 error code that describes the status of the operation.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\IPAM
MOF
IPAMServerPSProvider.mof
DLL
IPAMServerPSProvider.dll

See also

IPAM Server WMI Provider Reference