listClusterStreamingJobs

Lists all of the streaming jobs in the given cluster. Uses Azure REST API version 2020-03-01.

Return

A list of streaming jobs. Populated by a List operation.

Parameters

argument

null


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

Return

A list of streaming jobs. Populated by a List operation.

Parameters

clusterName

The name of the cluster.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

A list of streaming jobs. Populated by a List operation.

Parameters

argument

Builder for com.pulumi.azurenative.streamanalytics.kotlin.inputs.ListClusterStreamingJobsPlainArgs.

See also