GetJobTriggerCommand Class

Retrieves scheduled job triggers for a scheduled job definition. This class cannot be inherited. This SDK programming element is introduced in Windows PowerShell 3.0.

Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)

Usage

'Usage
Dim instance As GetJobTriggerCommand

Syntax

'Declaration
<CmdletAttribute("Get", "JobTrigger", DefaultParameterSetName:="JobDefinition", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=223915")> _
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
Public NotInheritable Class GetJobTriggerCommand
    Inherits ScheduleJobCmdletBase
[CmdletAttribute("Get", "JobTrigger", DefaultParameterSetName="JobDefinition", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223915")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public sealed class GetJobTriggerCommand : ScheduleJobCmdletBase
[CmdletAttribute(L"Get", L"JobTrigger", DefaultParameterSetName=L"JobDefinition", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=223915")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public ref class GetJobTriggerCommand sealed : public ScheduleJobCmdletBase
/** @attribute CmdletAttribute("Get", "JobTrigger", DefaultParameterSetName="JobDefinition", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223915") */ 
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
public final class GetJobTriggerCommand extends ScheduleJobCmdletBase
CmdletAttribute("Get", "JobTrigger", DefaultParameterSetName="JobDefinition", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223915") 
OutputTypeAttribute(System.Compiler.TypeNode[]) 
public final class GetJobTriggerCommand extends ScheduleJobCmdletBase

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
         Microsoft.PowerShell.ScheduledJob.ScheduleJobCmdletBase
          Microsoft.PowerShell.ScheduledJob.GetJobTriggerCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

GetJobTriggerCommand Members
Microsoft.PowerShell.ScheduledJob Namespace