Microsoft Azure Stack Region Set Additional Information Property

Microsoft.SystemCenter.AzureStack.Region.CustomProperty.Discovery (Discovery)

By means of this discovery, you can set additional information property for Azure Stack regions. It allows associating additional customer details with a region stored in the Operations Manager.

Knowledge Base article:

Summary

By means of this discovery, you can set additional information property for Azure Stack regions via the override. It allows associating additional customer details with a region stored in the Operations Manager. Note that to override additional information property, it is recommended to use “Set Additional Information” task.

Element properties:

TargetMicrosoft.SystemCenter.AzureStack.Region
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.AzureStack.Region.CustomProperty.Discovery.DS.Managed Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.AzureStack.Region.CustomProperty.Discovery" Enabled="true" Target="Microsoft.SystemCenter.AzureStack.Region" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.AzureStack.Region">
<Property TypeID="Microsoft.SystemCenter.AzureStack.Region" PropertyID="AdditionalInfo"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.SystemCenter.AzureStack.Region.CustomProperty.Discovery.DS.Managed">
<DeploymentId>$Target/Host/Property[Type="Microsoft.SystemCenter.AzureStack.Deployment"]/EndpointUrl$</DeploymentId>
<RegionId>$Target/Property[Type="Microsoft.SystemCenter.AzureStack.Region"]/RegionId$</RegionId>
<AdditionalInfo/>
<RegionClass>$MPElement[Name="Microsoft.SystemCenter.AzureStack.Region"]$</RegionClass>
<TargetId>$Target/Id$</TargetId>
<SourceId>$MPElement[Name="Microsoft.SystemCenter.AzureStack.Region.CustomProperty.Discovery"]$</SourceId>
</DataSource>
</Discovery>