Package version:
Tests if the information provided for a function is valid. This can range from testing the connection to the underlying web service behind the function or making sure the function code provided is syntactically correct.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the function.
Optional
options: FunctionsTestOptionalParamsThe options parameters.
Tests if the information provided for a function is valid. This can range from testing the connection to the underlying web service behind the function or making sure the function code provided is syntactically correct.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the function.
Optional
options: FunctionsTestOptionalParamsThe options parameters.
Creates a function or replaces an already existing function 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 function.
The definition of the function that will be used to create a new function or replace the existing one under the streaming job.
Optional
options: FunctionsCreateOrReplaceOptionalParamsThe options parameters.
Deletes a function 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 function.
Optional
options: FunctionsDeleteOptionalParamsThe options parameters.
Gets details about the specified function.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the function.
Optional
options: FunctionsGetOptionalParamsThe options parameters.
Lists all of the functions under the specified streaming job.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
Optional
options: FunctionsListByStreamingJobOptionalParamsThe options parameters.
Retrieves the default definition of a function based on the parameters specified.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the function.
Optional
options: FunctionsRetrieveDefaultDefinitionOptionalParamsThe options parameters.
Updates an existing function under an existing streaming job. This can be used to partially update (ie. update one or two properties) a function without affecting the rest the job or function definition.
The name of the resource group. The name is case insensitive.
The name of the streaming job.
The name of the function.
A function object. The properties specified here will overwrite the corresponding properties in the existing function (ie. Those properties will be updated). Any properties that are set to null here will mean that the corresponding property in the existing function will remain the same and not change as a result of this PATCH operation.
Optional
options: FunctionsUpdateOptionalParamsThe options parameters.
Generated using TypeDoc
Interface representing a Functions.