StreamingJobsOperationsExtensions.StartAsync(IStreamingJobsOperations, String, String, StartStreamingJobParameters, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts a streaming job. Once a job is started it will start processing input events and produce output.
public static System.Threading.Tasks.Task StartAsync (this Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations operations, string resourceGroupName, string jobName, Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters startJobParameters = null, System.Threading.CancellationToken cancellationToken = null);
static member StartAsync : Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations * string * string * Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- operations
- IStreamingJobsOperations
The operations group for this extension method.
- resourceGroupName
- System.String
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- jobName
- System.String
The name of the streaming job.
- startJobParameters
- StartStreamingJobParameters
Parameters applicable to a start streaming job operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task