Partager via


DeleteiSCSINode method of the MSISCSITARGET_iSCSIConfigurationService class

Deletes an instance of CIM_SCSIProtocolController that represents an iSCSI node.

This method overrides the method that is inherited from the CIM_iSCSIConfigurationService class.

Syntax

uint32 DeleteiSCSINode(
  [in] CIM_SCSIProtocolController REF iSCSINode
);

Parameters

iSCSINode [in]

Specifies the iSCSI node to be deleted.

Return value

This method returns one of the following values.

Success (0)

Not Supported (1)

Unspecified Error (2)

Timeout (3)

Failed (4)

Invalid Parameter (5)

DMTF Reserved (6 4095)

SCSIProtocolController Non-Existent (4096)

Sessions Active on Node Ports (4097)

Method Reserved (4098 32767)

Vendor Specific (32768 65535)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

MSISCSITARGET_iSCSIConfigurationService