Formatting/RemoveSnapResult.Format.ps1xml
|
<?xml version="1.0" encoding="utf-8"?>
<Configuration> <ViewDefinitions> <View> <Name>RemoveSnapResult</Name> <ViewSelectedBy> <TypeName>PSnaps.SnapdRestApi.Responses.RemoveSnapResult</TypeName> </ViewSelectedBy> <TableControl> <AutoSize>true</AutoSize> <TableHeaders> <TableColumnHeader> <Label>Status</Label> </TableColumnHeader> <TableColumnHeader> <Label>Snaps</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_.Data.SnapNames -Join ' ' </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |