Package version:
Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the output.
Optional
options: OutputsTestOptionalParamsThe options parameters.
Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the output.
Optional
options: OutputsTestOptionalParamsThe options parameters.
Creates an output or replaces an already existing output under an existing streaming job.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the output.
The definition of the output that will be used to create a new output or replace the existing one under the streaming job.
Optional
options: OutputsCreateOrReplaceOptionalParamsThe options parameters.
Deletes an output from the streaming job.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the output.
Optional
options: OutputsDeleteOptionalParamsThe options parameters.
Gets details about the specified output.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the output.
Optional
options: OutputsGetOptionalParamsThe options parameters.
Lists all of the outputs under the specified streaming job.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
Optional
options: OutputsListByStreamingJobOptionalParamsThe options parameters.
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.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the output.
An Output object. The properties specified here will overwrite the corresponding properties in the existing output (ie. Those properties will be updated). Any properties that are set to null here will mean that the corresponding property in the existing output will remain the same and not change as a result of this PATCH operation.
Optional
options: OutputsUpdateOptionalParamsThe options parameters.
Generated using TypeDoc
Interface representing a Outputs.