Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
Supports noop? false
Parameters
job_name(Optional[String[1]])
— The name of the streaming job.
input_name(Optional[String[1]])
— The name of the input.
status(Optional[String[1]])
— The status of the test operation.
error(Optional[String[1]])
— Describes the error that occurred.
input(Optional[String[1]])
— If the input specified does not already exist, this parameter must contain the full input definition intended to be tested. If the input specified already exists, this parameter can be left null to test the existing input as is or if specified, the properties specified will overwrite the corresponding properties in the existing input (exactly like a PATCH operation) and the resulting input will be tested.
api_version(Optional[String[1]])
— Client Api Version.
subscription_id(Optional[String[1]])
— GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
resource_group_name(Optional[String[1]])
— The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.