IVdsIscsiPortalGroup interface (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Provides methods for performing query and configuration services on an iSCSI portal group.

Inheritance

The IVdsIscsiPortalGroup interface inherits from the IUnknown interface. IVdsIscsiPortalGroup also has these types of members:

Methods

The IVdsIscsiPortalGroup interface has these methods.

 
IVdsIscsiPortalGroup::AddPortal

The IVdsIscsiPortalGroup::AddPortal method (vds.h) adds a portal to a portal group.
IVdsIscsiPortalGroup::Delete

The IVdsIscsiPortalGroup::Delete method (vds.h) deletes the portal group.
IVdsIscsiPortalGroup::GetProperties

The IVdsIscsiPortalGroup::GetProperties method (vds.h) returns the properties of a portal group.
IVdsIscsiPortalGroup::GetTarget

The IVdsIscsiPortalGroup::GetTarget method (vds.h) returns the target to which the portal group belongs.
IVdsIscsiPortalGroup::QueryAssociatedPortals

The IVdsIscsiPortalGroup::QueryAssociatedPortals method (vds.h) returns an enumeration of the portals with which the portal group is associated.
IVdsIscsiPortalGroup::RemovePortal

The IVdsIscsiPortalGroup::RemovePortal method (vds.h) removes a portal from a portal group.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Target Platform Windows
Header vds.h
Redistributable VDS 1.1

See also

VDS Interfaces