StreamingJobsOperationsExtensions Class

Definition

Extension methods for StreamingJobsOperations.

public static class StreamingJobsOperationsExtensions
type StreamingJobsOperationsExtensions = class
Public Module StreamingJobsOperationsExtensions
Inheritance
StreamingJobsOperationsExtensions

Methods

BeginCreateOrReplace(IStreamingJobsOperations, StreamingJob, String, String, String, String)

Creates a streaming job or replaces an already existing streaming job.

BeginCreateOrReplaceAsync(IStreamingJobsOperations, StreamingJob, String, String, String, String, CancellationToken)

Creates a streaming job or replaces an already existing streaming job.

BeginDelete(IStreamingJobsOperations, String, String)

Deletes a streaming job.

BeginDeleteAsync(IStreamingJobsOperations, String, String, CancellationToken)

Deletes a streaming job.

BeginScale(IStreamingJobsOperations, String, String, ScaleStreamingJobParameters)

Scales a streaming job when the job is running.

BeginScaleAsync(IStreamingJobsOperations, String, String, ScaleStreamingJobParameters, CancellationToken)

Scales a streaming job when the job is running.

BeginStart(IStreamingJobsOperations, String, String, StartStreamingJobParameters)

Starts a streaming job. Once a job is started it will start processing input events and produce output.

BeginStartAsync(IStreamingJobsOperations, String, String, StartStreamingJobParameters, CancellationToken)

Starts a streaming job. Once a job is started it will start processing input events and produce output.

BeginStop(IStreamingJobsOperations, String, String)

Stops a running streaming job. This will cause a running streaming job to stop processing input events and producing output.

BeginStopAsync(IStreamingJobsOperations, String, String, CancellationToken)

Stops a running streaming job. This will cause a running streaming job to stop processing input events and producing output.

CreateOrReplace(IStreamingJobsOperations, StreamingJob, String, String, String, String)

Creates a streaming job or replaces an already existing streaming job.

CreateOrReplaceAsync(IStreamingJobsOperations, StreamingJob, String, String, String, String, CancellationToken)

Creates a streaming job or replaces an already existing streaming job.

Delete(IStreamingJobsOperations, String, String)

Deletes a streaming job.

DeleteAsync(IStreamingJobsOperations, String, String, CancellationToken)

Deletes a streaming job.

Get(IStreamingJobsOperations, String, String, String)

Gets details about the specified streaming job.

GetAsync(IStreamingJobsOperations, String, String, String, CancellationToken)

Gets details about the specified streaming job.

List(IStreamingJobsOperations, String)

Lists all of the streaming jobs in the given subscription.

ListAsync(IStreamingJobsOperations, String, CancellationToken)

Lists all of the streaming jobs in the given subscription.

ListByResourceGroup(IStreamingJobsOperations, String, String)

Lists all of the streaming jobs in the specified resource group.

ListByResourceGroupAsync(IStreamingJobsOperations, String, String, CancellationToken)

Lists all of the streaming jobs in the specified resource group.

ListByResourceGroupNext(IStreamingJobsOperations, String)

Lists all of the streaming jobs in the specified resource group.

ListByResourceGroupNextAsync(IStreamingJobsOperations, String, CancellationToken)

Lists all of the streaming jobs in the specified resource group.

ListNext(IStreamingJobsOperations, String)

Lists all of the streaming jobs in the given subscription.

ListNextAsync(IStreamingJobsOperations, String, CancellationToken)

Lists all of the streaming jobs in the given subscription.

Scale(IStreamingJobsOperations, String, String, ScaleStreamingJobParameters)

Scales a streaming job when the job is running.

ScaleAsync(IStreamingJobsOperations, String, String, ScaleStreamingJobParameters, CancellationToken)

Scales a streaming job when the job is running.

Start(IStreamingJobsOperations, String, String, StartStreamingJobParameters)

Starts a streaming job. Once a job is started it will start processing input events and produce output.

StartAsync(IStreamingJobsOperations, String, String, StartStreamingJobParameters, CancellationToken)

Starts a streaming job. Once a job is started it will start processing input events and produce output.

Stop(IStreamingJobsOperations, String, String)

Stops a running streaming job. This will cause a running streaming job to stop processing input events and producing output.

StopAsync(IStreamingJobsOperations, String, String, CancellationToken)

Stops a running streaming job. This will cause a running streaming job to stop processing input events and producing output.

Update(IStreamingJobsOperations, StreamingJob, String, String, String)

Updates an existing streaming job. This can be used to partially update (ie. update one or two properties) a streaming job without affecting the rest the job definition.

UpdateAsync(IStreamingJobsOperations, StreamingJob, String, String, String, CancellationToken)

Updates an existing streaming job. This can be used to partially update (ie. update one or two properties) a streaming job without affecting the rest the job definition.

Applies to