Share via


Interfaccia IVdsSubSystem (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.]

Fornisce metodi per eseguire operazioni di query e configurazione in un sottosistema.

Ereditarietà

L'interfaccia IVdsSubSystem eredita dall'interfaccia IUnknown . IVdsSubSystem include anche questi tipi di membri:

Metodi

L'interfaccia IVdsSubSystem include questi metodi.

 
IVdsSubSystem::CreateLun

Il metodo IVdsSubSystem::CreateLun (vds.h) crea un numero di unità logica (LUN).
IVdsSubSystem::GetDrive

Il metodo IVdsSubSystem::GetDrive (vds.h) restituisce l'unità specificata.
IVdsSubSystem::GetProperties

Il metodo IVdsSubSystem::GetProperties (vds.h) restituisce le proprietà di un sottosistema.
IVdsSubSystem::GetProvider

Il metodo IVdsSubSystem::GetProvider (vds.h) restituisce il provider che gestisce il sottosistema.
IVdsSubSystem::QueryControllers

Il metodo IVdsSubSystem::QueryControllers (vds.h) restituisce un oggetto che enumera i controller online e offline gestiti dal sottosistema.
IVdsSubSystem::QueryDrives

Il metodo IVdsSubSystem::QueryDrives (vds.h) restituisce un oggetto che enumera le unità nel sottosistema.
IVdsSubSystem::QueryLuns

Il metodo IVdsSubSystem::QueryLuns (vds.h) restituisce un'enumerazione dei LUN visualizzati nel sottosistema. Questo metodo si applica solo agli oggetti del provider hardware.
IVdsSubSystem::QueryMaxLunCreateSize

Il metodo IVdsSubSystem::QueryMaxLunCreateSize (vds.h) restituisce le dimensioni del LUN massimo che è possibile creare usando il tipo e gli hint LUN specificati.
IVdsSubSystem::Reenumerate

Il metodo IVdsSubSystem::Reenumerate (vds.h) richiede al sottosistema di analizzare il bus per individuare le unità appena connesse o le unità appena disconnesse.
IVdsSubSystem::ReplaceDrive

Il metodo IVdsSubSystem::ReplaceDrive (vds.h) sostituisce o esegue la migrazione di un'unità con un'altra nel sottosistema.
IVdsSubSystem::SetControllerStatus

Il metodo IVdsSubSystem::SetControllerStatus (vds.h) imposta lo stato (online o offline) dei controller nel sottosistema.
IVdsSubSystem::SetStatus

Il metodo IVdsSubSystem::SetStatus (vds.h) imposta lo stato del sottosistema sul valore specificato.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione vds.h

Vedi anche

IVdsController::GetSubSystem

IVdsDrive::GetSubSystem

IVdsHwProvider::QuerySubSystems

IVdsLun::GetSubSystem

Oggetto Subsystem

Interfacce VDS