Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota使用者角色

Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota (ClassType)

此抽象類型是 VMM 使用者角色配額的基底類型

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) 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>