IOutputsOperations Interface
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.
OutputsOperations operations.
public interface IOutputsOperations
type IOutputsOperations = interface
Public Interface IOutputsOperations
Methods
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
Azure SDK for .NET