Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuotaFelhasználói szerepkör

Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota (ClassType)

Ez az absztrakt típus a VMM felhasználói szerepkörkvótáinak alaptípusa

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc0dbfee1-b7d9-f09a-edfd-6df6f176739e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektum állapota Objektum állapota false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Eszköz állapota Eszköz állapota false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Feljegyzések Feljegyzések false 4000       
Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota:
RoleID  string  Felhasználói szerepkör azonosítója true 256  False     
CloudId  string  Felhőazonosító true 256  False     
UseVMCountDefault  bool  Alapértelmezett virtuálisgép-szám használata false 256       
UseCPUCountDefault  bool  Alapértelmezett processzorszám használata false 256       
UseMemoryMBDefault  bool  Alapértelmezett memória használata false 256       
UseStorageGBDefault  bool  Alapértelmezett tároló használata false 256       
UseCustomQuotaCountDefault  bool  Alapértelmezett egyéni kvótaszám használata false 256       
VMCount  int  Virtuális gépek száma false 256       
CPUCount  int  Processzorszám false 256       
MemoryMB  int  Memória (MB) false 256       
StorageGB  int  Tárolóhely (GB) false 256       
CustomQuotaCount  int  Egyéni kvóták száma 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>