Microsoft.SystemCenter.AzureStack.ScaleUnitMicrosoft Azure Stack Hub Scale Unit

Microsoft.SystemCenter.AzureStack.ScaleUnit (ClassType)

Microsoft Azure Stack Hub scale unit.

Knowledge Base article:

Summary

Microsoft Azure Stack Hub scale unit.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb25076d7-7fd6-d3a8-1c38-1f7393ac9da0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.AzureStack.ScaleUnit:
ScaleUnitId  string  Id Id true 32767  False     
ScaleUnitName  string  Name Name false 32767  False     
Location  string  Location Location false 32767  False     
ScaleUnitType  string  Scale Unit Type Scale Unit Type false 32767  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.AzureStack.ScaleUnit" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false" Extension="false">
<Property ID="ScaleUnitId" Type="string" Key="true" AutoIncrement="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="ScaleUnitName" Type="string" Key="false" AutoIncrement="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="Location" Type="string" Key="false" AutoIncrement="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="ScaleUnitType" Type="string" Key="false" AutoIncrement="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
</ClassType>