Microsoft.WindowsServerSolutions.Common.Devices Namespace

 

The Devices provider is the provider that stores information about the computers registered to the server. It serves as a sink for storing client device related information and provide retrieval interface for that data.

Classes

Class Description
System_CAPS_pubclass AlertsProperty

Represents the properties for a health alert.

System_CAPS_pubclass BackupStatusProperty

Represents the backup status of the device.

System_CAPS_pubclass DeviceDescriptor

Describes a device.

System_CAPS_pubclass DeviceEventArgs<T>

Event argument for the IDevicesManagerinterface.

System_CAPS_pubclass DeviceIdDoesNotExistException

Represents errors that occur when a requested device does not exist in the devices provider.

System_CAPS_pubclass DeviceInfo

Represents information about a device on the network.

System_CAPS_pubclass DeviceProperty

Represents the properties of a device.

System_CAPS_pubclass DevicePropertyFactory

Represents a factory that is used to create device properties.

System_CAPS_pubclass DevicesManager

Represents synchronous and asynchronous operations that are used to interact with the devices provider.

System_CAPS_pubclass DevicesProviderAccessDeniedException

Represents the errors that occur when the caller does not have permission to perform the operation.

System_CAPS_pubclass DevicesProviderException

Represents the errors that occur during operation calls to the devices provider.

System_CAPS_pubclass DevicesProviderNotAvailableException

Represents errors that occur when a connection is not established with the devices provider.

System_CAPS_pubclass DeviceTypeMismatchedException

Represents errors that occur when the deviceType parameter for ReportDevice or RemoveDevice does not match an existing device in the devices provider.

System_CAPS_pubclass DeviceTypes

Represents the type information for devices.

System_CAPS_pubclass DomainJoinStatusProperty

A property of the join domain status of device.

System_CAPS_pubclass GetAllDevicesInfoCompletedEventArgs

Represents the events that are raised when operations are finished from GetAllDevicesInfoAsync.

System_CAPS_pubclass IdentityStatusProperty

Represents the properties for the identity status of a device.

System_CAPS_pubclass OnlineStatusProperty

Represents the online status properties of the device.

System_CAPS_pubclass OperatingSystemFamilies

Represents all of the operating system families that are supported.

System_CAPS_pubclass OperatingSystemProperty

Represents the operating system information for the device.

System_CAPS_pubclass RDPStatusProperty

Represents the Remote Desktop status properties of a device.

System_CAPS_pubclass ReadOnlyDeviceInfoCollection

Represents a ReadOnlyObservableCollection of DeviceInfo objects.

System_CAPS_pubclass ReportDeviceParameters

Represents a data structure that is used to report information about a device.

System_CAPS_pubclass ReportOperationCompletedEventArgs

Represents the events that are raised when operations are finished from ReportDevicesAsync, RemoveDeviceAsync, and ReportDevicePropertiesAsync.

System_CAPS_pubclass SecurityAntiSpywareProperty

Property that describes the anti-spyware status.

System_CAPS_pubclass SecurityAntiVirusProperty

Property that describes the anti-virus status.

System_CAPS_pubclass SecurityBaseProperty

Property that describes the Security Center status.

System_CAPS_pubclass SecurityCenterStatusProperty

Property that describes the Security Center Service running status.

System_CAPS_pubclass SecurityFirewallProperty

Property that describes the Firewall status; if the Windows Firewall is not part of the operating system, it only indicates the status of the Windows Defender.

System_CAPS_pubclass SecurityUpdateDetailProperty

Property that describes detials of a Security Update.

System_CAPS_pubclass SecurityUpdateProperty

Property that describes the Update status.

System_CAPS_pubclass StringProperty

Represents a property that has a string value.

System_CAPS_pubclass WindowsDefenderProperty

Property that describes the Windows Defender status.

Interfaces

Interface Description
System_CAPS_pubinterface IDevicesEventNotifier

Represents the operations for defining events that notify about the asynchronous completion of operations on the devices provider.

Enumerations

Enumeration Description
System_CAPS_pubenum BackupStatus

Indicates the status of the backup.

System_CAPS_pubenum DeviceIdentityStatus

Indicates the identity status of the device.

System_CAPS_pubenum DevicePropertyName

Specifies the property of the device.

System_CAPS_pubenum DeviceSecurityStatus

Describes the device security status.

System_CAPS_pubenum DomainJoinStatus

Describes the domain join status of the device.

System_CAPS_pubenum OnlineStatus

Indicates the online status of the device.

System_CAPS_pubenum OSSkuType

Describes the operating system SKU type.

System_CAPS_pubenum RDPStatus

Indicates the status of Remote Desktop for the device.

System_CAPS_pubenum SystemType

Indicates the system type of the operating system.

System_CAPS_pubenum WindowsDefenderFeatureStatus

Describes the status of the Windows Defender feature.

Return to top