StreamanalyticsFunctions

Functions

Link copied to clipboard

Gets information about the specified cluster. 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

Gets details about the specified function. 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

Gets details about the specified input. 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

Gets details about the specified output. 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

Gets information about the specified Private Endpoint. API Version: 2020-03-01-preview.

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

Gets details about the specified streaming job. API Version: 2016-03-01.

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

Lists all of the streaming jobs in the given cluster. API Version: 2020-03-01-preview.

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