NewScheduledJobOptionCommand Class

Represents the New-ScheduledJobOption cmdlet, which creates a scheduled job option. 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 NewScheduledJobOptionCommand

Syntax

'Declaration
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
<CmdletAttribute("New", "ScheduledJobOption", DefaultParameterSetName:="Options", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=223919")> _
Public NotInheritable Class NewScheduledJobOptionCommand
    Inherits ScheduledJobOptionCmdletBase
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute("New", "ScheduledJobOption", DefaultParameterSetName="Options", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223919")] 
public sealed class NewScheduledJobOptionCommand : ScheduledJobOptionCmdletBase
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute(L"New", L"ScheduledJobOption", DefaultParameterSetName=L"Options", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=223919")] 
public ref class NewScheduledJobOptionCommand sealed : public ScheduledJobOptionCmdletBase
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
/** @attribute CmdletAttribute("New", "ScheduledJobOption", DefaultParameterSetName="Options", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223919") */ 
public final class NewScheduledJobOptionCommand extends ScheduledJobOptionCmdletBase
OutputTypeAttribute(System.Compiler.TypeNode[]) 
CmdletAttribute("New", "ScheduledJobOption", DefaultParameterSetName="Options", HelpUri="https://go.microsoft.com/fwlink/?LinkID=223919") 
public final class NewScheduledJobOptionCommand extends ScheduledJobOptionCmdletBase

Inheritance Hierarchy

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

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

NewScheduledJobOptionCommand Members
Microsoft.PowerShell.ScheduledJob Namespace