Custom.WMS.x.RoleWindows Media Services Server Role

Custom.WMS.x.Role (ClassType)

Server that hosts the Microsoft Windows Media Services

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId430113ca-903b-7132-cb42-a7cf76a048a5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Custom.WMS.x.Role:
ID  string  Name Uniquely identifies this WMS true 256  False 
InstallDir  string  Install Directory Installation path false 1024  False 
DefaultPath  string  Default Path WMS server's default publishing path false 1024  False 
LogDir  string  Log Directory WMS server's default log directory false 1024  False 
Version  string  Version Version false 256  False 

Health Model:

Source Code:

<ClassType ID="Custom.WMS.x.Role" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InstallDir" Type="string" Key="false" CaseSensitive="false" Length="1024" MinLength="0"/>
<Property ID="DefaultPath" Type="string" Key="false" CaseSensitive="false" Length="1024" MinLength="0"/>
<Property ID="LogDir" Type="string" Key="false" CaseSensitive="false" Length="1024" MinLength="0"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>