ps/Modules/Cole.PowerShell.Developer/Public/ConvertFrom-FailureActions.ps1xml

55 lines
1.9 KiB
Plaintext
Raw Normal View History

2023-05-30 22:51:22 -07:00
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<SelectionSets>
<SelectionSet>
<Name>ServiceFailureActions</Name>
<Types>
<TypeName>ServiceFailureAction</TypeName>
</Types>
</SelectionSet>
</SelectionSets>
<ViewDefinitions>
<View>
<Name>DefaultServiceFailureActionView</Name>
<ViewSelectedBy>
<SelectionSetName>ServiceFailureActions</SelectionSetName>
</ViewSelectedBy>
<TableControl>
<Autosize/>
<TableHeaders>
<TableColumnHeader>
<Label>Reset Period</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Actions</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Command</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Reboot Message</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<Wrap/>
<TableColumnItems>
<TableColumnItem>
<PropertyName>ResetPeriod</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ActionTypes</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Command</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>RebootMessage</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>