Package version:
Tests whether an input’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 input.
Optional
options: InputsTestOptionalParamsThe options parameters.
Tests whether an input’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 input.
Optional
options: InputsTestOptionalParamsThe options parameters.
Creates an input or replaces an already existing input 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 input.
The definition of the input that will be used to create a new input or replace the existing one under the streaming job.
Optional
options: InputsCreateOrReplaceOptionalParamsThe options parameters.
Deletes an input 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 input.
Optional
options: InputsDeleteOptionalParamsThe options parameters.
Gets details about the specified input.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the input.
Optional
options: InputsGetOptionalParamsThe options parameters.
Lists all of the inputs under the specified streaming job.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
Optional
options: InputsListByStreamingJobOptionalParamsThe options parameters.
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.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the input.
An Input object. The properties specified here will overwrite the corresponding properties in the existing input (ie. Those properties will be updated). Any properties that are set to null here will mean that the corresponding property in the existing input will remain the same and not change as a result of this PATCH operation.
Optional
options: InputsUpdateOptionalParamsThe options parameters.
Generated using TypeDoc
Interface representing a Inputs.