Inputs Interface
public interface Inputs
Resource collection API of Inputs.
Method Summary
Method Details
define
public abstract Input.DefinitionStages.Blank define(String name)
Begins definition for a new Input resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String jobName, String inputName)
Deletes an input from the streaming job.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes an input from the streaming job.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes an input from the streaming job.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String jobName, String inputName, Context context)
Deletes an input from the streaming job.
Parameters:
Returns:
get
public abstract Input get(String resourceGroupName, String jobName, String inputName)
Gets details about the specified input.
Parameters:
Returns:
getById
public abstract Input getById(String id)
Gets details about the specified input.
Parameters:
Returns:
getByIdWithResponse
public abstract Response getByIdWithResponse(String id, Context context)
Gets details about the specified input.
Parameters:
Returns:
getWithResponse
public abstract Response getWithResponse(String resourceGroupName, String jobName, String inputName, Context context)
Gets details about the specified input.
Parameters:
Returns:
listByStreamingJob
public abstract PagedIterable listByStreamingJob(String resourceGroupName, String jobName)
Lists all of the inputs under the specified streaming job.
Parameters:
Returns:
listByStreamingJob
public abstract PagedIterable listByStreamingJob(String resourceGroupName, String jobName, String select, Context context)
Lists all of the inputs under the specified streaming job.
Parameters:
Returns:
test
public abstract ResourceTestStatus test(String resourceGroupName, String jobName, String inputName)
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
Parameters:
Returns:
test
public abstract ResourceTestStatus test(String resourceGroupName, String jobName, String inputName, InputInner input, Context context)
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
Parameters:
Returns: