MSFT_SMWbemService class

Represents a Web-Based Enterprise Management (WBEM) 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_SMWbemService
{
  String  ServiceURI;
  String  ServiceURI_ip;
  String  InteropNamespace;
  String  Namespaces[];
  String  CommunicationMechanisms[];
  String  ProtocolVersion;
  String  ProviderDescription;
  String  RegisteredProfilesSupported[];
  String  AuthenticationMechanisms[];
  Boolean MultipleOperationsSupported;
};

Members

The MSFT_SMWbemService class has these types of members:

Properties

The MSFT_SMWbemService class has these properties.

AuthenticationMechanisms

Data type: String array

Access type: Read-only

An array that contains the authentication mechanisms supported by the provider.

CommunicationMechanisms

Data type: String array

Access type: Read-only

An array that contains the names of the communication mechanisms that are supported on the provider.

InteropNamespace

Data type: String

Access type: Read-only

The namespace that provides interoperation types for the provider.

MultipleOperationsSupported

Data type: Boolean

Access type: Read-only

True if multiple operations are supported on the provider; otherwise, False.

Namespaces

Data type: String array

Access type: Read-only

An array that contains the vendor specific namespaces of the service.

ProtocolVersion

Data type: String

Access type: Read-only

The protocol version supported on the provider.

ProviderDescription

Data type: String

Access type: Read-only

The provider description.

RegisteredProfilesSupported

Data type: String array

Access type: Read-only

An array that contains the registered profiles supported on the provider.

ServiceURI

Data type: String

Access type: Read-only

Qualifiers: Key

The URI of the service.

ServiceURI_ip

Data type: String

Access type: Read-only

The IP address of the service URI.

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