IOutputsOperations Interface

Definition

OutputsOperations operations.

public interface IOutputsOperations
type IOutputsOperations = interface
Public Interface IOutputsOperations

Methods

BeginTestWithHttpMessagesAsync(String, String, String, Output, Dictionary<String,List<String>>, CancellationToken)

Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.

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

Creates an output or replaces an already existing output under an existing streaming job.

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

Deletes an output from the streaming job.

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

Gets details about the specified output.

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

Lists all of the outputs under the specified streaming job.

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

Lists all of the outputs under the specified streaming job.

TestWithHttpMessagesAsync(String, String, String, Output, Dictionary<String,List<String>>, CancellationToken)

Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.

UpdateWithHttpMessagesAsync(Output, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

BeginTest(IOutputsOperations, String, String, String, Output)

Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.

BeginTestAsync(IOutputsOperations, String, String, String, Output, CancellationToken)

Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.

CreateOrReplace(IOutputsOperations, Output, String, String, String, String, String)

Creates an output or replaces an already existing output under an existing streaming job.

CreateOrReplaceAsync(IOutputsOperations, Output, String, String, String, String, String, CancellationToken)

Creates an output or replaces an already existing output under an existing streaming job.

Delete(IOutputsOperations, String, String, String)

Deletes an output from the streaming job.

DeleteAsync(IOutputsOperations, String, String, String, CancellationToken)

Deletes an output from the streaming job.

Get(IOutputsOperations, String, String, String)

Gets details about the specified output.

GetAsync(IOutputsOperations, String, String, String, CancellationToken)

Gets details about the specified output.

ListByStreamingJob(IOutputsOperations, String, String, String)

Lists all of the outputs under the specified streaming job.

ListByStreamingJobAsync(IOutputsOperations, String, String, String, CancellationToken)

Lists all of the outputs under the specified streaming job.

ListByStreamingJobNext(IOutputsOperations, String)

Lists all of the outputs under the specified streaming job.

ListByStreamingJobNextAsync(IOutputsOperations, String, CancellationToken)

Lists all of the outputs under the specified streaming job.

Test(IOutputsOperations, String, String, String, Output)

Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.

TestAsync(IOutputsOperations, String, String, String, Output, CancellationToken)

Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.

Update(IOutputsOperations, Output, String, String, String, String)

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

UpdateAsync(IOutputsOperations, Output, String, String, String, String, CancellationToken)

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

Applies to