VerifyOKToApplyToMSE method of the MSFT_IPAM_ServerConfiguration class

Indicates whether the setting can be applied to the specified managed system element during the specified time or time interval.

This method is inherited from the CIM_Setting class.

Syntax

uint32 VerifyOKToApplyToMSE(
  [in] CIM_ManagedSystemElement  REF MSE,
  [in] datetime                      TimeToApply,
  [in] datetime                      MustBeCompletedBy
);

Parameters

MSE [in]

A reference to the managed system element to verify.

TimeToApply [in]

The time or time interval to verify with the setting.

MustBeCompletedBy [in]

The required completion time for the method.

Return value

The possible return values are:

0

The setting can be applied.

1

The method is not supported.

2

The setting could not be applied by the specified time.

3 ...

Any other error.

Requirements

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

See also

MSFT_IPAM_ServerConfiguration