RemoveVmReservation method of the MSCluster_ClusterService class

Removes the reservation of a virtual machine in the cluster.

Syntax

uint32 RemoveVmReservation(
  [in] string ReservationId,
  [in] uint32 Flags
);

Parameters

ReservationId [in]

The virtual machine reservation ID.

Flags [in]

Reserved flags that control usage.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\MSCluster
MOF
ClusWmiExt.mof
DLL
ClusWMI.dll

See also

MSCluster_ClusterService