Versions Compared

Key

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

...

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

...

-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.

Species Specifies a unique identifier when used together with the -EventId parameter. Can be used to remove
all events of a particular event class.

...

Specifies a unique identifier when used together with the -EventClass parameter. An event id is required to be unique uniq
ue
for the same event class.

...

Default: If used with a job then the CLI will assign by default the JobScheduler Master that the job is running for
otherwise the JobScheduler Master as specified with the Use-Master cmdlet will be used.

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

...

Default: If used with a job then the CLI will assign by default the JobScheduler Supervisor that the
current JobScheduler Master is registered for and otherwise assign the JobScheduler Master.

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

...

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

...