Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NAME

Remove-JobSchedulerEvent

SYNOPSIS

Removes a number of events from a JobScheduler instance.

SYNTAX

Remove-JobSchedulerEvent -EventClass <String> [-EventId <String>] [-MasterUrl <Uri>] [-SupervisorUrl <Uri>] [[-
SupervisorJobChain] <String>] <CommonParameters>

DESCRIPTION

Events that have previously been added can be removed from a JobScheduler instance.

If events are processed by a JobScheduler Supervisor then the same instance
has to be addressed for removal of events.

PARAMETERS

EventClass

-EventClass <String>
Specifies a common name for a set of events enabling event handlers to process multiple events of the
same class. For example, "daily_closing" could be an event class for jobs that should start once day-time
business processes have drawn to a close.

...

Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

EventId

-EventId <String>
An identifier for an event. Allows event handlers to react to events having a particular identifier.

...

Required? false
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

MasterUrl

-MasterUrl <Uri>
Specifies the Job Scheduler Master instance URL.

...

Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

SupervisorUrl

-SupervisorUrl <Uri>
Specifies a Job Scheduler Supervisor instance URL.

...

Required? false
Position? 4
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

SupervisorJobChain

-SupervisorJobChain <String>
Specifies the path of the job chain in the JobScheduler Master or Supervisor instance that implements the event
processor.

...

Required? false
Position? 5
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

about_jobscheduler

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

...