Microsoft.WebSites.RoleInstanceBase de Instância da Função dos Sites

Microsoft.WebSites.RoleInstance (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIde0e9c5c2-37cc-96b4-6714-05f6f2bddd9a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.WebSites.RoleInstance:
Name  string  Nome true 256  False 
ServiceName  string  Nome do Serviço false 256  False 
Version  string  Versão false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.WebSites.RoleInstance" Base="System!System.LogicalEntity" Accessibility="Internal" Abstract="true" Hosted="false" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="Name" Key="true" Type="string"/>
<Property ID="ServiceName" Key="false" Type="string"/>
<Property ID="Version" Key="false" Type="string"/>
</ClassType>