Microsoft Azure Resource Group Data Source

Microsoft.SystemCenter.MicrosoftAzure.ResourceGroup.Discovery.DS (DataSourceModuleType)

Microsoft Azure Resource Group Data Source.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.MicrosoftAzure.RunAsProfile.Proxy
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.MicrosoftAzure.ResourceGroup.Discovery.DS.Managed Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval SecondsInterval Seconds
TimeoutSecondsint$Config/TimeoutSeconds$Timeout SecondsTimeout Seconds

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.MicrosoftAzure.ResourceGroup.Discovery.DS" Accessibility="Public" RunAs="Microsoft.SystemCenter.MicrosoftAzure.RunAsProfile.Proxy" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.MicrosoftAzure.SchemaType.ResourceTypeSettings</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="Proxy" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="SubscriptionId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ClientId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="AuthBaseAddress" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ResourceBaseAddress" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Audience" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TargetId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SourceId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="ResourceTypeSettings" type="ResourceTypeClassList"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.MicrosoftAzure.ResourceGroup.Discovery.DS.Managed">
<ADUserName>$RunAs[Name="Microsoft.SystemCenter.MicrosoftAzure.RunAsProfile.ADCredentials"]/UserName$</ADUserName>
<ADPassword>$RunAs[Name="Microsoft.SystemCenter.MicrosoftAzure.RunAsProfile.ADCredentials"]/Password$</ADPassword>
<ADClientId>$Config/ClientId$</ADClientId>
<SubscriptionId>$Config/SubscriptionId$</SubscriptionId>
<Proxy>$Config/Proxy$</Proxy>
<AuthBaseAddress>$Config/AuthBaseAddress$</AuthBaseAddress>
<ResourceBaseAddress>$Config/ResourceBaseAddress$</ResourceBaseAddress>
<Audience>$Config/Audience$</Audience>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<SubscriptionClass>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.Subscription"]$</SubscriptionClass>
<ResourceGroupClass>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.ResourceGroup"]$</ResourceGroupClass>
<ResourceClass>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.ArmService"]$</ResourceClass>
<TargetId>$Config/TargetId$</TargetId>
<SourceId>$Config/SourceId$</SourceId>
<ResourceTypeSettings>$Config/ResourceTypeSettings$</ResourceTypeSettings>
<ReferenceRelationshipType>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.Resource.References.Resource"]$</ReferenceRelationshipType>
<SubresourceRelationshipType>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.ArmResource.Contains.ArmResource"]$</SubresourceRelationshipType>
<ResourceReferencesAlertRuleRelationshipType>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.ArmService.References.Insights.AlertRule"]$</ResourceReferencesAlertRuleRelationshipType>
<SubresourceReferencesAlertRuleRelationshipType>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.ArmResource.References.Insights.AlertRule"]$</SubresourceReferencesAlertRuleRelationshipType>
<ResourceReferencesMetricAlertRelationshipType>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.ArmService.References.Insights.MetricAlert"]$</ResourceReferencesMetricAlertRelationshipType>
<SubresourceReferencesMetricAlertRelationshipType>$MPElement[Name="Microsoft.SystemCenter.MicrosoftAzure.ArmResource.References.Insights.MetricAlert"]$</SubresourceReferencesMetricAlertRelationshipType>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<MGName>$Target/ManagementGroup/Name$</MGName>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>