Streamanalytics Functions
object StreamanalyticsFunctions
Functions
Link copied to clipboard
Gets information about the specified cluster. API Version: 2020-03-01-preview.
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
Gets details about the specified input. API Version: 2016-03-01.
Link copied to clipboard
Gets details about the specified output. API Version: 2016-03-01.
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(argument: suspend GetPrivateEndpointPlainArgsBuilder.() -> Unit): GetPrivateEndpointResult
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(argument: suspend GetStreamingJobPlainArgsBuilder.() -> Unit): GetStreamingJobResult
suspend fun getStreamingJob(expand: String? = null, jobName: String, resourceGroupName: String): GetStreamingJobResult
Link copied to clipboard
suspend fun listClusterStreamingJobs(argument: ListClusterStreamingJobsPlainArgs): ListClusterStreamingJobsResult
Lists all of the streaming jobs in the given cluster. API Version: 2020-03-01-preview.
suspend fun listClusterStreamingJobs(argument: suspend ListClusterStreamingJobsPlainArgsBuilder.() -> Unit): ListClusterStreamingJobsResult
suspend fun listClusterStreamingJobs(clusterName: String, resourceGroupName: String): ListClusterStreamingJobsResult