Datenquellenmodul für Änderungen am Verfügbarkeitsstatus

Microsoft.SystemCenter.HealthService.AvailabilityDataSource (DataSourceModuleType)

Mit dieser Datenquelle wird der Datentyp "Verfügbarkeit" generiert, der in Benachrichtigungsregeln für Statusänderungen verwendet wird.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Availability.StateData

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.HealthService.AvailabilityDataSource" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="ManagementGroupId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>554890b3-46b9-4d09-984b-13b5a986ccac</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.Availability.StateData</OutputType>
</DataSourceModuleType>