InputsClient Interface
public interface InputsClient
An instance of this class provides access to all the operations defined in InputsClient.
Method Summary
Method Details
beginTest
public abstract SyncPoller<PollResult<ResourceTestStatusInner>,ResourceTestStatusInner> beginTest(String resourceGroupName, String jobName, String inputName)
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
Parameters:
Returns:
beginTest
public abstract SyncPoller<PollResult<ResourceTestStatusInner>,ResourceTestStatusInner> beginTest(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:
createOrReplace
public abstract InputInner createOrReplace(String resourceGroupName, String jobName, String inputName, InputInner input)
Creates an input or replaces an already existing input under an existing streaming job.
Parameters:
Returns:
createOrReplaceWithResponse
public abstract InputsCreateOrReplaceResponse createOrReplaceWithResponse(String resourceGroupName, String jobName, String inputName, InputInner input, String ifMatch, String ifNoneMatch, Context context)
Creates an input or replaces an already existing input under an existing streaming job.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String jobName, String inputName)
Deletes an input from the streaming job.
Parameters:
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 InputInner get(String resourceGroupName, String jobName, String inputName)
Gets details about the specified input.
Parameters:
Returns:
getWithResponse
public abstract InputsGetResponse getWithResponse(String resourceGroupName, String jobName, String inputName, Context context)
Gets details about the specified input.
Parameters:
Returns:
listByStreamingJob
public abstract PagedIterable<InputInner> listByStreamingJob(String resourceGroupName, String jobName)
Lists all of the inputs under the specified streaming job.
Parameters:
Returns:
listByStreamingJob
public abstract PagedIterable<InputInner> listByStreamingJob(String resourceGroupName, String jobName, String select, Context context)
Lists all of the inputs under the specified streaming job.
Parameters:
Returns:
test
public abstract ResourceTestStatusInner 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 ResourceTestStatusInner 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:
update
public abstract InputInner update(String resourceGroupName, String jobName, String inputName, InputInner input)
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.
Parameters:
Returns:
updateWithResponse
public abstract InputsUpdateResponse updateWithResponse(String resourceGroupName, String jobName, String inputName, InputInner input, String ifMatch, Context context)
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.
Parameters:
Returns: