Share via


Update method of the MSFT_iSCSITargetPortal class

Updates information about an iSCSI target portal.

Syntax

uint32 Update(
  [in] string InitiatorInstanceName,
  [in] string InitiatorPortalAddress,
  [in] string TargetPortalAddress,
  [in] uint16 TargetPortalPortNumber
);

Parameters

InitiatorInstanceName [in]

The name of the initiator instance.

InitiatorPortalAddress [in]

The IP address or DNS name associated with the initiator portal.

TargetPortalAddress [in]

The IP or DNS address of the target portal to be updated.

TargetPortalPortNumber [in]

The TCP port number for the target portal to be updated.

Requirements

Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Microsoft\Windows\Storage
MOF
Iscsiwmiv2.mof

See also

MSFT_iSCSITargetPortal