Compartir a través de


BulkDeleteAddressSpace method of the MSFT_IPAM_AddressSpace class

Deletes a set of address spaces from IPAM.

Syntax

uint32 BulkDeleteAddressSpace(
  [in]  MSFT_IPAM_AddressSpace    AddressSpace[],
  [out] MSFT_IPAM_OperationStatus Output[]
);

Parameters

AddressSpace [in]

An array that contains the address space objects to delete.

Output [out]

When this method returns, this parameter contains an array of that contains the status for each delete operation.

Return value

Returns 0 on success, otherwise returns a WMI error code.

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

MSFT_IPAM_AddressSpace