Share via


struttura VDS_ISCSI_PORTAL_PROP (vds.h)

[A partire da Windows 8 e Windows Server 2012, l'interfaccia COM del servizio disco virtuale viene sostituita dall'API gestione archiviazione di Windows.]

Definisce le proprietà di un portale iSCSI.

Sintassi

typedef struct _VDS_ISCSI_PORTAL_PROP {
  VDS_OBJECT_ID           id;
  VDS_IPADDRESS           address;
  VDS_ISCSI_PORTAL_STATUS status;
} VDS_ISCSI_PORTAL_PROP, *PVDS_ISCSI_PORTAL_PROP;

Members

id

Il VDS_OBJECT_ID del portale.

address

Indirizzo IP e porta del portale.

status

Stato del portale, enumerato da VDS_ISCSI_PORTAL_STATUS.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 R2 [solo app desktop]
Intestazione vds.h
Componente ridistribuibile VDS 1.1

Vedi anche

IVdsIscsiPortal::GetProperties

Strutture VDS

VDS_IPADDRESS

VDS_ISCSI_PORTAL_STATUS