StreamanalyticsFunctions

Functions

Link copied to clipboard

A Stream Analytics Cluster object API Version: 2020-03-01-preview.

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(clusterName: String, resourceGroupName: String): GetClusterResult
Link copied to clipboard

A function object, containing all information associated with the named function. All functions are contained under a streaming job. API Version: 2016-03-01.

suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult
suspend fun getFunction(functionName: String, jobName: String, resourceGroupName: String): GetFunctionResult
Link copied to clipboard
suspend fun getInput(argument: GetInputPlainArgs): GetInputResult

An input object, containing all information associated with the named input. All inputs are contained under a streaming job. API Version: 2016-03-01.

suspend fun getInput(argument: suspend GetInputPlainArgsBuilder.() -> Unit): GetInputResult
suspend fun getInput(inputName: String, jobName: String, resourceGroupName: String): GetInputResult
Link copied to clipboard

An output object, containing all information associated with the named output. All outputs are contained under a streaming job. API Version: 2016-03-01.

suspend fun getOutput(argument: suspend GetOutputPlainArgsBuilder.() -> Unit): GetOutputResult
suspend fun getOutput(jobName: String, outputName: String, resourceGroupName: String): GetOutputResult
Link copied to clipboard

Complete information about the private endpoint. API Version: 2020-03-01-preview.

suspend fun getPrivateEndpoint(clusterName: String, privateEndpointName: String, resourceGroupName: String): GetPrivateEndpointResult
Link copied to clipboard

A streaming job object, containing all information associated with the named streaming job. API Version: 2016-03-01.

suspend fun getStreamingJob(expand: String? = null, jobName: String, resourceGroupName: String): GetStreamingJobResult
Link copied to clipboard

A list of streaming jobs. Populated by a List operation. API Version: 2020-03-01-preview.

suspend fun listClusterStreamingJobs(clusterName: String, resourceGroupName: String): ListClusterStreamingJobsResult