Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuotaRuolo utente

Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota (ClassType)

Questo tipo astratto è il tipo base per le quote dei ruoli utente 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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota:
RoleID  string  Identificatore ruolo utente true 256  False     
CloudId  string  Identificatore cloud true 256  False     
UseVMCountDefault  bool  Utilizzo delle impostazioni predefinite di conteggio VM false 256       
UseCPUCountDefault  bool  Utilizzo delle impostazioni predefinite di conteggio CPU false 256       
UseMemoryMBDefault  bool  Utilizzo delle impostazioni predefinite di memoria false 256       
UseStorageGBDefault  bool  Utilizzo delle impostazioni predefinite di archiviazione false 256       
UseCustomQuotaCountDefault  bool  Utilizzo delle impostazioni predefinite del conteggio quota personalizzata false 256       
VMCount  int  Conteggio VM false 256       
CPUCount  int  Conteggio CPU false 256       
MemoryMB  int  Memoria (MB) false 256       
StorageGB  int  Archiviazione (GB) false 256       
CustomQuotaCount  int  Conteggio quota personalizzata 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>