Compartir a través de


MSFT_SMStorageDiscovery class

Represents a set of discovery information about a storage service.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("WMIStorage"), AMENDMENT]
class MSFT_SMStorageDiscovery
{
  String systemName;
  String version;
};

Members

The MSFT_SMStorageDiscovery class has these types of members:

Methods

The MSFT_SMStorageDiscovery class has these methods.

Method Description
PartialDiscovery Starts the Microsoft storage service partial discovery process.
StartDiscovery Starts the Microsoft storage service discovery process.

Properties

The MSFT_SMStorageDiscovery class has these properties.

systemName

Data type: String

Access type: Read-only

Qualifiers: Key

The name of the system.

version

Data type: String

Access type: Read-only

The version of the storage service.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider