Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuotaRola użytkownika

Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota (ClassType)

Ten typ abstrakcyjny jest typem podstawowym dla przydziałów ról użytkownika programu 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 (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000       
Microsoft.SystemCenter.VirtualMachineManager.UserRoleQuota:
RoleID  string  Identyfikator roli użytkownika true 256  False     
CloudId  string  Identyfikator chmury true 256  False     
UseVMCountDefault  bool  Użyj domyślnej liczby maszyn wirtualnych false 256       
UseCPUCountDefault  bool  Użyj domyślnej liczby procesorów false 256       
UseMemoryMBDefault  bool  Użyj domyślnej ilości pamięci false 256       
UseStorageGBDefault  bool  Użyj domyślnego magazynu false 256       
UseCustomQuotaCountDefault  bool  Użyj domyślnej liczby przydziałów niestandardowych false 256       
VMCount  int  Liczba maszyn wirtualnych false 256       
CPUCount  int  Liczba procesorów false 256       
MemoryMB  int  Pamięć (MB) false 256       
StorageGB  int  Magazyn (GB) false 256       
CustomQuotaCount  int  Liczba przydziałów niestandardowych 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>