Win32_RDMSCollectionProperties class
Manages the properties of a virtual desktop collection.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("Win32_RDManagement_Prov"), AMENDMENT]
class Win32_RDMSCollectionProperties
{
string Alias;
string ReferenceVirtualDesktopName;
string ReferenceVirtualDesktopMachineName;
string ReferenceVirtualDesktopHost;
string ReferenceVirtualDesktopGuid;
string ReferenceVirtualDesktopOsversion;
uint32 ReferenceVirtualDesktopRamsizeMB;
string ReferenceVirtualDesktopArchitecture;
boolean ReferenceVirtualDesktopRemoteFX = false;
string ReferenceVirtualDesktopAdapters[];
};
Members
The Win32_RDMSCollectionProperties class has these types of members:
Methods
The Win32_RDMSCollectionProperties class has these methods.
Method | Description |
---|---|
GetProvisioningProperties | Retrieves the provisioning properties of the virtual desktop collection. |
Properties
The Win32_RDMSCollectionProperties class has these properties.
-
Alias
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
Gets the alias of the collection.
-
-
ReferenceVirtualDesktopAdapters
-
-
Data type: string array
-
Access type: Read/write
Gets and sets the names of the virtual network adapters of the master VM.
-
-
ReferenceVirtualDesktopArchitecture
-
-
Data type: string
-
Access type: Read/write
Gets and sets the processor architecture of the master VM.
-
-
ReferenceVirtualDesktopGuid
-
-
Data type: string
-
Access type: Read/write
Gets and sets the GUID of the master VM.
-
-
ReferenceVirtualDesktopHost
-
-
Data type: string
-
Access type: Read/write
Gets and sets the host server name of the master VM.
-
-
ReferenceVirtualDesktopMachineName
-
-
Data type: string
-
Access type: Read/write
Gets and sets the machine name of the master VM.
-
-
ReferenceVirtualDesktopName
-
-
Data type: string
-
Access type: Read/write
Gets and sets the name of the master VM.
-
-
ReferenceVirtualDesktopOsversion
-
-
Data type: string
-
Access type: Read/write
Gets and sets the OS version of the master VM.
-
-
ReferenceVirtualDesktopRamsizeMB
-
-
Data type: uint32
-
Access type: Read/write
Gets and sets the memory size of the master VM.
-
-
ReferenceVirtualDesktopRemoteFX
-
-
Data type: boolean
-
Access type: Read/write
Gets and sets a value that indicates whether RemoteFX is enabled for the master VM. TRUE if RemoteFX is enabled; otherwise, FALSE. The default value for this property is FALSE.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\cimv2\rdms |
MOF |
|
DLL |
|