Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuotaFunção de usuário

Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota (ClassType)

Esse tipo abstrato é o tipo base para cotas de funções de usuário do VMM

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda7eb16b1-8778-e7c1-4696-f7fe068a2a25

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota:
RoleID  string  Identificador de Função de Usuário true 256  False     
CloudId  string  Identificador de Nuvem true 256  False     
UseVMCountDefault  bool  Usar Contagem Padrão de VMs false 256       
UseCPUCountDefault  bool  Usar Contagem Padrão de CPUs false 256       
UseMemoryMBDefault  bool  Usar Contagem Padrão de Memória false 256       
UseStorageGBDefault  bool  Usar Padrão de Armazenamento false 256       
UseCustomQuotaCountDefault  bool  Usar Contagem Padrão de Cotas Personalizadas false 256       
VMCount  int  Contagem de VMs false 256       
CPUCount  int  Contagem de CPUs false 256       
MemoryMB  int  Memória (MB) false 256       
StorageGB  int  Armazenamento (GB) false 256       
CustomQuotaCount  int  Contagem de Cotas Personalizadas false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="RoleID" Type="string" Key="true"/>
<Property ID="CloudId" Type="string" Key="true"/>
<Property ID="UseVMCountDefault" Type="bool" Key="false"/>
<Property ID="UseCPUCountDefault" Type="bool" Key="false"/>
<Property ID="UseMemoryMBDefault" Type="bool" Key="false"/>
<Property ID="UseStorageGBDefault" Type="bool" Key="false"/>
<Property ID="UseCustomQuotaCountDefault" Type="bool" Key="false"/>
<Property ID="VMCount" Type="int" Key="false"/>
<Property ID="CPUCount" Type="int" Key="false"/>
<Property ID="MemoryMB" Type="int" Key="false"/>
<Property ID="StorageGB" Type="int" Key="false"/>
<Property ID="CustomQuotaCount" Type="int" Key="false"/>
</ClassType>