GetScheduledJobCommand Class

Represents a cmdlet that retrieves scheduled job definitions from the local repository. 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 GetScheduledJobCommand

Syntax

'Declaration
<CmdletAttribute("Get", "ScheduledJob", DefaultParameterSetName:="DefinitionId", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=223923")> _
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
Public NotInheritable Class GetScheduledJobCommand
    Inherits ScheduleJobCmdletBase
[CmdletAttribute("Get", "ScheduledJob", DefaultParameterSetName="DefinitionId", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223923")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public sealed class GetScheduledJobCommand : ScheduleJobCmdletBase
[CmdletAttribute(L"Get", L"ScheduledJob", DefaultParameterSetName=L"DefinitionId", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=223923")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public ref class GetScheduledJobCommand sealed : public ScheduleJobCmdletBase
/** @attribute CmdletAttribute("Get", "ScheduledJob", DefaultParameterSetName="DefinitionId", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223923") */ 
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
public final class GetScheduledJobCommand extends ScheduleJobCmdletBase
CmdletAttribute("Get", "ScheduledJob", DefaultParameterSetName="DefinitionId", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223923") 
OutputTypeAttribute(System.Compiler.TypeNode[]) 
public final class GetScheduledJobCommand 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.GetScheduledJobCommand

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

GetScheduledJobCommand Members
Microsoft.PowerShell.ScheduledJob Namespace