< Back
Get-AzureRmSchedulerJobHistory
Post
NAME Get-AzureRmSchedulerJobHistory
SYNOPSIS
Gets job history.
SYNTAX
Get-AzureRmSchedulerJobHistory [-DefaultProfile <IAzureContextContainer>] -JobCollectionName <String> [-JobExecutionStatus {Completed | Failed |
Postponed}] -JobName <String> -ResourceGroupName <String> [<CommonParameters>]
DESCRIPTION
The Get-AzureRmSchedulerJobHistory cmdlet gets history for an Azure Scheduler job.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-JobCollectionName <String>
Specifies the name of a job collection.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-JobExecutionStatus <String>
Specifies the status of a job. This cmdlet gets history that matches the status that you specify. The acceptable values for this parameter are:
- Completed
- Failed
- Postponed
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-JobName <String>
Specifies the name of a job for which this cmdlet gets history.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group to which the job belongs.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Scheduler.Models.PSJobHistory
NOTES
1:
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... jobhistory
Get-AzureRmSchedulerJobCollection
SYNOPSIS
Gets job history.
SYNTAX
Get-AzureRmSchedulerJobHistory [-DefaultProfile <IAzureContextContainer>] -JobCollectionName <String> [-JobExecutionStatus {Completed | Failed |
Postponed}] -JobName <String> -ResourceGroupName <String> [<CommonParameters>]
DESCRIPTION
The Get-AzureRmSchedulerJobHistory cmdlet gets history for an Azure Scheduler job.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-JobCollectionName <String>
Specifies the name of a job collection.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-JobExecutionStatus <String>
Specifies the status of a job. This cmdlet gets history that matches the status that you specify. The acceptable values for this parameter are:
- Completed
- Failed
- Postponed
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-JobName <String>
Specifies the name of a job for which this cmdlet gets history.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group to which the job belongs.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Scheduler.Models.PSJobHistory
NOTES
1:
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... jobhistory
Get-AzureRmSchedulerJobCollection