Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota用户角色

Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota (ClassType)

此抽象类型是 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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota:
RoleID  string  用户角色标识符 true 256  False     
CloudId  string  云标识符 true 256  False     
UseVMCountDefault  bool  使用 VM 计数默认值 false 256       
UseCPUCountDefault  bool  使用 CPU 计数默认值 false 256       
UseMemoryMBDefault  bool  使用内存默认值 false 256       
UseStorageGBDefault  bool  使用存储默认值 false 256       
UseCustomQuotaCountDefault  bool  使用自定义配额计数默认值 false 256       
VMCount  int  VM 计数 false 256       
CPUCount  int  CPU 计数 false 256       
MemoryMB  int  内存 (MB) false 256       
StorageGB  int  存储 (GB) false 256       
CustomQuotaCount  int  自定义配额计数 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>