InputsOperationsExtensions Class

Definition

Extension methods for InputsOperations.

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

Methods

BeginTest(IInputsOperations, String, String, String, Input)

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

BeginTestAsync(IInputsOperations, String, String, String, Input, CancellationToken)

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

CreateOrReplace(IInputsOperations, Input, String, String, String, String, String)

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

CreateOrReplaceAsync(IInputsOperations, Input, String, String, String, String, String, CancellationToken)

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

Delete(IInputsOperations, String, String, String)

Deletes an input from the streaming job.

DeleteAsync(IInputsOperations, String, String, String, CancellationToken)

Deletes an input from the streaming job.

Get(IInputsOperations, String, String, String)

Gets details about the specified input.

GetAsync(IInputsOperations, String, String, String, CancellationToken)

Gets details about the specified input.

ListByStreamingJob(IInputsOperations, String, String, String)

Lists all of the inputs under the specified streaming job.

ListByStreamingJobAsync(IInputsOperations, String, String, String, CancellationToken)

Lists all of the inputs under the specified streaming job.

ListByStreamingJobNext(IInputsOperations, String)

Lists all of the inputs under the specified streaming job.

ListByStreamingJobNextAsync(IInputsOperations, String, CancellationToken)

Lists all of the inputs under the specified streaming job.

Test(IInputsOperations, String, String, String, Input)

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

TestAsync(IInputsOperations, String, String, String, Input, CancellationToken)

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

Update(IInputsOperations, Input, String, String, String, String)

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

UpdateAsync(IInputsOperations, Input, String, String, String, String, CancellationToken)

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

Applies to