Share via


SetScheduledJobCommand.InputObject Property

Definition

Input for the job.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ScriptBlock", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePath", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Execution", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition InputObject { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ScriptBlock", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePath", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Execution", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.InputObject : Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition with get, set
Public Property InputObject As ScheduledJobDefinition

Property Value

Attributes

Applies to