IStreamingJobsOperations Interface

Definition

StreamingJobsOperations operations.

public interface IStreamingJobsOperations
type IStreamingJobsOperations = interface
Public Interface IStreamingJobsOperations

Methods

BeginCreateOrReplaceWithHttpMessagesAsync(StreamingJob, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a streaming job.

BeginScaleWithHttpMessagesAsync(String, String, ScaleStreamingJobParameters, Dictionary<String,List<String>>, CancellationToken)

Scales a streaming job when the job is running.

BeginStartWithHttpMessagesAsync(String, String, StartStreamingJobParameters, Dictionary<String,List<String>>, CancellationToken)

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

BeginStopWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrReplaceWithHttpMessagesAsync(StreamingJob, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a streaming job.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets details about the specified streaming job.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the streaming jobs in the given subscription.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the streaming jobs in the given subscription.

ScaleWithHttpMessagesAsync(String, String, ScaleStreamingJobParameters, Dictionary<String,List<String>>, CancellationToken)

Scales a streaming job when the job is running.

StartWithHttpMessagesAsync(String, String, StartStreamingJobParameters, Dictionary<String,List<String>>, CancellationToken)

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

StopWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(StreamingJob, String, String, String, Dictionary<String,List<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.

Extension 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