Starts a streaming job. Once a job is started it will start processing input events and produce output.
Supports noop? false
Parameters
job_name(Optional[String[1]])
— The name of the streaming job.
outputstartmode(Optional[String[1]])
— Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
outputstarttime(Optional[String[1]])
— Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
start_job_parameters(Optional[String[1]])
— Parameters applicable to a start streaming job operation.
api_version(Optional[String[1]])
— Client Api Version.
subscription_id(Optional[String[1]])
— GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
resource_group_name(Optional[String[1]])
— The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.