Microsoft.SystemCenter.MicrosoftAzure.ResourceGroupMicrosoft Azure Resource Group

Microsoft.SystemCenter.MicrosoftAzure.ResourceGroup (ClassType)

Microsoft Azure resource group.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3d586f5c-4c73-198d-7beb-1af275d0cc21

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.MicrosoftAzure.ResourceGroup:
ResourceGroupId  string  ID ID for Resource Group in Microsoft Azure. true 255  False     
Location  string  Location The geo-location of the Resource Group in Microsoft Azure. false 256  False     
Tags  string  Resource Group Tags Tags for Resource Group in Microsoft Azure. false 8192  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.MicrosoftAzure.ResourceGroup" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false" Extension="false">
<Property ID="ResourceGroupId" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="255" MinLength="0" Required="false" Scale="0"/>
<Property ID="Location" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Tags" Type="string" MaxLength="8192" MinLength="0" Required="false"/>
</ClassType>