Microsoft.SystemCenter.Azure.RoleWindows Azure Role

Microsoft.SystemCenter.Azure.Role (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6b4e90ca-a899-b62b-aca1-d55336d60b78

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.SystemCenter.Azure.Role:
RoleName  string  Role Name The name of the role. true 256  False 
RoleInstanceCount  int  Role Instance Count Role Instance Count false 256   
DiagnosticsStorageAccount  string  Diagnostics Storage Account Diagnostics Storage Account false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Azure.Role" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="RoleName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="RoleInstanceCount" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DiagnosticsStorageAccount" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>