Microsoft.DistributedCache.ServerRoleAppFabric Cache Node

Microsoft.DistributedCache.ServerRole (ClassType)

This class represents an installation of the AppFabric Caching server features.

Knowledge Base article:

Summary

This class represents an installation of the AppFabric Caching server features.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4fb073a2-c095-5be3-dbd4-e3f20e926d45

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 
Microsoft.DistributedCache.ServerRole:
AdminConfigured  int  Distributed Cache Admin Configured false 256   
ServiceConfigured  int  Distributed Cache Service Configured false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.DistributedCache.ServerRole" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="AdminConfigured" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceConfigured" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>