Sql/Microsoft.WindowsAzure.Commands.Scheduler.format.ps1xml
<?xml version="1.0" encoding="utf-8" ?>
<Configuration> <ViewDefinitions> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistory</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistory</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>JobName</Label> <PropertyName>JobName</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <Label>Retry</Label> <PropertyName>Retry</PropertyName> </ListItem> <ListItem> <Label>Occurence</Label> <PropertyName>Occurence</PropertyName> </ListItem> <ListItem> <Label>StartTime</Label> <PropertyName>StartTime</PropertyName> </ListItem> <ListItem> <Label>EndTime</Label> <PropertyName>EndTime</PropertyName> </ListItem> <ListItem> <Label>Details</Label> <ScriptBlock> "ActionType: " + $_.Details.ActionType if ($_.Details.HostName -ne $null) { "HostName: " + $_.Details.HostName "Response: " + $_.Details.Response "ResponseBody: " + $_.Details.ResponseBody } elseif ($_.Details.StorageAccountName -ne $null) { "Storage Account: " + $_.Details.StorageAccountName "Storage Queue: " + $_.Details.StorageQueueName "Response Status: " + $_.Details.ResponseStatus "Queue Message: " + $_.Details.ResponseBody } </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistoryDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistoryDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>ActionType</Label> <PropertyName>ActionType</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistoryHttpDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistoryHttpDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>HostName</Label> <PropertyName>HostName</PropertyName> </ListItem> <ListItem> <Label>Response</Label> <PropertyName>Response</PropertyName> </ListItem> <ListItem> <Label>ResponseBody</Label> <PropertyName>ResponseBody</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistoryStorageDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSJobHistoryStorageDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>StorageAccountName</Label> <PropertyName>StorageAccountName</PropertyName> </ListItem> <ListItem> <Label>StorageQueueName</Label> <PropertyName>StorageQueueName</PropertyName> </ListItem> <ListItem> <Label>ResponseStatus</Label> <PropertyName>ResponseStatus</PropertyName> </ListItem> <ListItem> <Label>ResponseBody</Label> <PropertyName>ResponseBody</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSHttpJobDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSHttpJobDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>JobCollectionName</Label> <PropertyName>JobCollectionName</PropertyName> </ListItem> <ListItem> <Label>JobName</Label> <PropertyName>JobName</PropertyName> </ListItem> <ListItem> <Label>Lastrun</Label> <PropertyName>Lastrun</PropertyName> </ListItem> <ListItem> <Label>Nextrun</Label> <PropertyName>Nextrun</PropertyName> </ListItem> <ListItem> <Label>StartTime</Label> <PropertyName>StartTime</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <Label>Recurrence</Label> <PropertyName>Recurrence</PropertyName> </ListItem> <ListItem> <Label>Failures</Label> <PropertyName>Failures</PropertyName> </ListItem> <ListItem> <Label>Faults</Label> <PropertyName>Faults</PropertyName> </ListItem> <ListItem> <Label>Executions</Label> <PropertyName>Executions</PropertyName> </ListItem> <ListItem> <Label>EndSchedule</Label> <PropertyName>EndSchedule</PropertyName> </ListItem> <ListItem> <Label>Method</Label> <PropertyName>Method</PropertyName> </ListItem> <ListItem> <Label>Uri</Label> <PropertyName>Uri</PropertyName> </ListItem> <ListItem> <Label>Body</Label> <PropertyName>Body</PropertyName> </ListItem> <ListItem> <Label>Headers</Label> <PropertyName>Headers</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSStorageQueueJobDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSStorageQueueJobDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>JobCollectionName</Label> <PropertyName>JobCollectionName</PropertyName> </ListItem> <ListItem> <Label>JobName</Label> <PropertyName>JobName</PropertyName> </ListItem> <ListItem> <Label>Lastrun</Label> <PropertyName>Lastrun</PropertyName> </ListItem> <ListItem> <Label>Nextrun</Label> <PropertyName>Nextrun</PropertyName> </ListItem> <ListItem> <Label>StartTime</Label> <PropertyName>StartTime</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <Label>Recurrence</Label> <PropertyName>Recurrence</PropertyName> </ListItem> <ListItem> <Label>Failures</Label> <PropertyName>Failures</PropertyName> </ListItem> <ListItem> <Label>Faults</Label> <PropertyName>Faults</PropertyName> </ListItem> <ListItem> <Label>Executions</Label> <PropertyName>Executions</PropertyName> </ListItem> <ListItem> <Label>EndSchedule</Label> <PropertyName>EndSchedule</PropertyName> </ListItem> <ListItem> <Label>QueueMessage</Label> <PropertyName>QueueMessage</PropertyName> </ListItem> <ListItem> <Label>StorageAccountName</Label> <PropertyName>StorageAccountName</PropertyName> </ListItem> <ListItem> <Label>StorageQueueName</Label> <PropertyName>StorageQueueName</PropertyName> </ListItem> <ListItem> <Label>SasToken</Label> <PropertyName>SasToken</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSClientCertAuthenticationJobDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSClientCertAuthenticationJobDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>JobCollectionName</Label> <PropertyName>JobCollectionName</PropertyName> </ListItem> <ListItem> <Label>JobName</Label> <PropertyName>JobName</PropertyName> </ListItem> <ListItem> <Label>Lastrun</Label> <PropertyName>Lastrun</PropertyName> </ListItem> <ListItem> <Label>Nextrun</Label> <PropertyName>Nextrun</PropertyName> </ListItem> <ListItem> <Label>StartTime</Label> <PropertyName>StartTime</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <Label>Recurrence</Label> <PropertyName>Recurrence</PropertyName> </ListItem> <ListItem> <Label>Failures</Label> <PropertyName>Failures</PropertyName> </ListItem> <ListItem> <Label>Faults</Label> <PropertyName>Faults</PropertyName> </ListItem> <ListItem> <Label>Executions</Label> <PropertyName>Executions</PropertyName> </ListItem> <ListItem> <Label>EndSchedule</Label> <PropertyName>EndSchedule</PropertyName> </ListItem> <ListItem> <Label>Method</Label> <PropertyName>Method</PropertyName> </ListItem> <ListItem> <Label>Uri</Label> <PropertyName>Uri</PropertyName> </ListItem> <ListItem> <Label>Body</Label> <PropertyName>Body</PropertyName> </ListItem> <ListItem> <Label>Headers</Label> <PropertyName>Headers</PropertyName> </ListItem> <ListItem> <Label>AuthenticationType</Label> <PropertyName>AuthenticationType</PropertyName> </ListItem> <ListItem> <Label>ClientCertSubjectName</Label> <PropertyName>ClientCertSubjectName</PropertyName> </ListItem> <ListItem> <Label>ClientCertThumbprint</Label> <PropertyName>ClientCertThumbprint</PropertyName> </ListItem> <ListItem> <Label>ClientCertExpiryDate</Label> <PropertyName>ClientCertExpiryDate</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSAADOAuthenticationJobDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSAADOAuthenticationJobDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>JobCollectionName</Label> <PropertyName>JobCollectionName</PropertyName> </ListItem> <ListItem> <Label>JobName</Label> <PropertyName>JobName</PropertyName> </ListItem> <ListItem> <Label>Lastrun</Label> <PropertyName>Lastrun</PropertyName> </ListItem> <ListItem> <Label>Nextrun</Label> <PropertyName>Nextrun</PropertyName> </ListItem> <ListItem> <Label>StartTime</Label> <PropertyName>StartTime</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <Label>Recurrence</Label> <PropertyName>Recurrence</PropertyName> </ListItem> <ListItem> <Label>Failures</Label> <PropertyName>Failures</PropertyName> </ListItem> <ListItem> <Label>Faults</Label> <PropertyName>Faults</PropertyName> </ListItem> <ListItem> <Label>Executions</Label> <PropertyName>Executions</PropertyName> </ListItem> <ListItem> <Label>EndSchedule</Label> <PropertyName>EndSchedule</PropertyName> </ListItem> <ListItem> <Label>Method</Label> <PropertyName>Method</PropertyName> </ListItem> <ListItem> <Label>Uri</Label> <PropertyName>Uri</PropertyName> </ListItem> <ListItem> <Label>Body</Label> <PropertyName>Body</PropertyName> </ListItem> <ListItem> <Label>Headers</Label> <PropertyName>Headers</PropertyName> </ListItem> <ListItem> <Label>AuthenticationType</Label> <PropertyName>AuthenticationType</PropertyName> </ListItem> <ListItem> <Label>Tenant</Label> <PropertyName>Tenant</PropertyName> </ListItem> <ListItem> <Label>Audience</Label> <PropertyName>Audience</PropertyName> </ListItem> <ListItem> <Label>ClientId</Label> <PropertyName>ClientId</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <View> <Name>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSBasicAuthenticationJobDetail</Name> <ViewSelectedBy> <TypeName>Microsoft.WindowsAzure.Commands.Utilities.Scheduler.Model.PSBasicAuthenticationJobDetail</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>JobCollectionName</Label> <PropertyName>JobCollectionName</PropertyName> </ListItem> <ListItem> <Label>JobName</Label> <PropertyName>JobName</PropertyName> </ListItem> <ListItem> <Label>Lastrun</Label> <PropertyName>Lastrun</PropertyName> </ListItem> <ListItem> <Label>Nextrun</Label> <PropertyName>Nextrun</PropertyName> </ListItem> <ListItem> <Label>StartTime</Label> <PropertyName>StartTime</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <Label>Recurrence</Label> <PropertyName>Recurrence</PropertyName> </ListItem> <ListItem> <Label>Failures</Label> <PropertyName>Failures</PropertyName> </ListItem> <ListItem> <Label>Faults</Label> <PropertyName>Faults</PropertyName> </ListItem> <ListItem> <Label>Executions</Label> <PropertyName>Executions</PropertyName> </ListItem> <ListItem> <Label>EndSchedule</Label> <PropertyName>EndSchedule</PropertyName> </ListItem> <ListItem> <Label>Method</Label> <PropertyName>Method</PropertyName> </ListItem> <ListItem> <Label>Uri</Label> <PropertyName>Uri</PropertyName> </ListItem> <ListItem> <Label>Body</Label> <PropertyName>Body</PropertyName> </ListItem> <ListItem> <Label>Headers</Label> <PropertyName>Headers</PropertyName> </ListItem> <ListItem> <Label>AuthenticationType</Label> <PropertyName>AuthenticationType</PropertyName> </ListItem> <ListItem> <Label>Username</Label> <PropertyName>Username</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> </ViewDefinitions> </Configuration> |